include content with publishdate in the future for preview builds
This commit is contained in:
parent
e13eea3e68
commit
b40abdfab1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
HUGO_ENV = 'production'
|
||||
|
||||
[context.deploy-preview]
|
||||
command = 'hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL'
|
||||
command = 'hugo --gc --minify ---buildDrafts --buildFuture -b $DEPLOY_PRIME_URL'
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = '0.99.1'
|
||||
|
|
Loading…
Reference in a new issue