Remove drafts from the production dev server
This commit is contained in:
parent
15bec870da
commit
8483704e73
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
if [[ "$1" == "production" ]]; then
|
if [[ "$1" == "production" ]]; then
|
||||||
hugo server \
|
hugo server \
|
||||||
--buildDrafts \
|
|
||||||
--buildFuture \
|
--buildFuture \
|
||||||
--noHTTPCache \
|
--noHTTPCache \
|
||||||
--enableGitInfo \
|
--enableGitInfo \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue