test with local action
All checks were successful
mkdocs build / build (push) Successful in 39s

This commit is contained in:
2024-08-29 12:03:10 +02:00
parent 912f9fcaa2
commit f264905572
4 changed files with 51 additions and 3 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"]