update action name
Some checks failed
mkdocs build / build (push) Failing after 4s

This commit is contained in:
2024-08-29 17:00:18 +02:00
parent 8d7a64cc9a
commit 3b94df0c6a
3 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,9 @@
FROM python:latest
RUN python3 -m pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-swan mkdocs-helm mkdocs-licenseinfo mkdocs-multilang mkdocs-autozip
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]