Do not build drafts

Too much trouble.
This commit is contained in:
Eryn Wells 2024-11-04 16:38:29 -08:00
parent 7d50f86bcf
commit 8cb1187aaa

View file

@ -18,7 +18,7 @@ NETHACK_LOGFILE_DATA_FILE=data/nethack/logfile/$(HOSTNAME).json
site:
@echo "Building site"
hugo --buildDrafts --buildFuture --enableGitInfo --destination "$(BUILD_DIR)"
hugo --buildFuture --enableGitInfo --destination "$(BUILD_DIR)"
deploy: site
@echo "Deploying to $(DEPLOY_LOCATION)"