Skip to content

Commit

Permalink
Bump mkdocs version (#54)
Browse files Browse the repository at this point in the history
Image is built manually for now to avoid pulling in an accidentally breaking change

Co-authored-by: Logan Blyth <[email protected]>
  • Loading branch information
Frostman and mrbojangles3 authored Dec 2, 2024
1 parent d2eb6e3 commit b71a371
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 @@ -15,7 +15,7 @@
help: ## Display this help.
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-25s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

IMAGE ?= ghcr.io/githedgehog/hhdocs:latest
IMAGE ?= ghcr.io/githedgehog/hhdocs:20241202
RUN = docker run --rm -v ${PWD}:/docs -p 8000:8000 $(IMAGE)
RUN_IT = docker run --rm -it -v ${PWD}:/docs -p 8000:8000 $(IMAGE)

Expand Down

0 comments on commit b71a371

Please sign in to comment.