Skip to content

Commit

Permalink
fix: htmltest error for newly created documents (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
aepfli committed Mar 9, 2023
1 parent ca1c6ba commit 4bf2919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VOLUMES := -v $(ROOT_DIR):/src
HUGO_VERSION := 0.107.0
IMAGE := klakegg/hugo:$(HUGO_VERSION)-ext
PORT := 1314
DOCKER_CMD := docker run --rm -t -e HUGO_CACHEDIR=/src/tmp/.hugo
DOCKER_CMD := docker run --rm -t -e HUGO_CACHEDIR=/src/tmp/.hugo -e HUGOxPARAMSxGITHUB_REPO=""

.PHONY: build server clean shell

Expand Down

0 comments on commit 4bf2919

Please sign in to comment.