Do not build drafts
Too much trouble.
This commit is contained in:
parent
7d50f86bcf
commit
8cb1187aaa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ NETHACK_LOGFILE_DATA_FILE=data/nethack/logfile/$(HOSTNAME).json
|
||||||
|
|
||||||
site:
|
site:
|
||||||
@echo "Building site"
|
@echo "Building site"
|
||||||
hugo --buildDrafts --buildFuture --enableGitInfo --destination "$(BUILD_DIR)"
|
hugo --buildFuture --enableGitInfo --destination "$(BUILD_DIR)"
|
||||||
|
|
||||||
deploy: site
|
deploy: site
|
||||||
@echo "Deploying to $(DEPLOY_LOCATION)"
|
@echo "Deploying to $(DEPLOY_LOCATION)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue