Skip to content

Commit

Permalink
Hugo: print warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Oct 6, 2023
1 parent 73bacaf commit f1dd05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ DOT_ARGS = -Tpng
PANDOC_ARGS = --metadata-file=$(METADATA) $(PANDOC_DIRS)

## Define options to be used by Hugo
HUGO_ARGS = --config hugo_conf.yaml,$(HUGO_LOCAL) $(HUGO_DIRS) --contentDir $(TEMP_DIR) --destination $(WEB_OUTPUT_DIR)
HUGO_ARGS = --config hugo_conf.yaml,$(HUGO_LOCAL) $(HUGO_DIRS) --contentDir $(TEMP_DIR) --destination $(WEB_OUTPUT_DIR) --printPathWarnings --panicOnWarning

#--------------------------------------------------------------------------------
# I/O Directories
Expand Down

0 comments on commit f1dd05c

Please sign in to comment.