build: publish docs to cloudflare pages (#5230)

This commit is contained in:
Oleg Lobanov
2025-06-28 22:20:26 +02:00
committed by GitHub
parent a5ea2a266b
commit 8861933cf8
20 changed files with 46 additions and 34 deletions

View File

@@ -7,8 +7,8 @@ COPY LICENSE /build/docs/LICENSE
COPY site/ /build/
COPY docs/ /build/docs/docs
COPY README.md /build/docs/index.md
RUN sed -i 's|site/docs/||g' /build/docs/index.md
RUN mkdocs build