We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e54c73 commit 95633d3Copy full SHA for 95633d3
1 file changed
Makefile
@@ -137,7 +137,8 @@ serve-docs:
137
138
.PHONY: build-docs
139
build-docs: clean-docs cli-docs
140
- @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
141
+ @cp docs/CNAME docs/build/CNAME
142
143
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
144
0 commit comments