mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-28 13:10:48 +00:00
parent
f9b4eb4f39
commit
dcfeed35c6
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ func (cc *convertCmd) convertContents(format metadecoders.Format) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c.Cfg.Set("buildDrafts", true)
|
||||||
|
|
||||||
h, err := hugolib.NewHugoSites(*c.DepsCfg)
|
h, err := hugolib.NewHugoSites(*c.DepsCfg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue