diff --git a/Makefile b/Makefile index 3cd87b2..413dece 100644 --- a/Makefile +++ b/Makefile @@ -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)"