add workflow
Some checks failed
Build and Deploy MkDocs / deploy (push) Failing after 33s

This commit is contained in:
Jay
2026-03-03 15:56:57 +00:00
parent 0376e86fd0
commit e9d34ec449

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
WORKDIR /build
@@ -7,5 +7,3 @@ RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin
COPY . .
RUN mkdocs build
CMD ["cp", "-r", "site", "/output"]