2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2026-01-24 02:25:04 +00:00

docs: add CNAME to mkdocs build output

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>


skip-checks: true
This commit is contained in:
2026-01-22 10:42:04 +01:00
parent 6e54c731a4
commit 95633d344e

View File

@@ -137,7 +137,8 @@ serve-docs:
.PHONY: build-docs
build-docs: clean-docs cli-docs
@docker run --rm -v $(PWD):/docs linkacloud/mkdocs-material build -f /docs/docs/mkdocs.yml -d build
@docker run --rm -v $(PWD):/docs --user $$(id -u):$$(id -u) linkacloud/mkdocs-material build -f /docs/docs/mkdocs.yml -d build
@cp docs/CNAME docs/build/CNAME
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)