diff --git a/ci/mkdocs/Dockerfile b/ci/mkdocs/Dockerfile index 8856cc5..283beab 100644 --- a/ci/mkdocs/Dockerfile +++ b/ci/mkdocs/Dockerfile @@ -1,9 +1,9 @@ -FROM python:3.13-slim +FROM ghcr.io/squidfunk/mkdocs-material:latest WORKDIR /build -RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin - COPY . . +RUN pip install --no-cache-dir mkdocs-minify-plugin + RUN mkdocs build