FROM squidfunk/mkdocs-material COPY docs/ /docs/docs COPY mkdocs.yml . RUN pip install --no-cache-dir RUN mkdocs gh-deploy --force