diff --git a/Makefile b/Makefile index b8c3b8a..d8ca6d5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: install cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD) cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img - @hugo -vDEF + @hugo -vDEF --stepAnalysis cp static/keybase.txt public/keybase.txt server: build