Spell out the arguments to hugo
in the Makefile for self-documentation
This commit is contained in:
parent
5c2942bc56
commit
71cb4e9d2f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue