Spell out the arguments to hugo in the Makefile for self-documentation

This commit is contained in:
Eryn Wells 2024-10-20 09:19:56 -07:00
parent 5c2942bc56
commit 71cb4e9d2f

View file

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