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:
3
Makefile
3
Makefile
@@ -137,7 +137,8 @@ serve-docs:
|
|||||||
|
|
||||||
.PHONY: build-docs
|
.PHONY: build-docs
|
||||||
build-docs: clean-docs cli-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)
|
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user