From 95633d344e19a890943a0b70cc75f38967469950 Mon Sep 17 00:00:00 2001 From: Adphi Date: Thu, 22 Jan 2026 10:42:04 +0100 Subject: [PATCH] docs: add CNAME to mkdocs build output Signed-off-by: Adphi skip-checks: true --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2103ce1..cd8d34d 100644 --- a/Makefile +++ b/Makefile @@ -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)