Skip to content

Commit 95633d3

Browse files
committed
docs: add CNAME to mkdocs build output
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com> skip-checks: true
1 parent 6e54c73 commit 95633d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ serve-docs:
137137

138138
.PHONY: build-docs
139139
build-docs: clean-docs cli-docs
140-
@docker run --rm -v $(PWD):/docs linkacloud/mkdocs-material build -f /docs/docs/mkdocs.yml -d build
140+
@docker run --rm -v $(PWD):/docs --user $$(id -u):$$(id -u) linkacloud/mkdocs-material build -f /docs/docs/mkdocs.yml -d build
141+
@cp docs/CNAME docs/build/CNAME
141142

142143
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
143144

0 commit comments

Comments
 (0)