mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-23 18:41:19 +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
|
||||
}
|
||||
|
||||
c.Cfg.Set("buildDrafts", true)
|
||||
|
||||
h, err := hugolib.NewHugoSites(*c.DepsCfg)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue