remove release action & add rsync action
Some checks failed
mkdocs build / build (push) Failing after 3s

This commit is contained in:
2024-08-29 16:56:43 +02:00
parent 712ad5ac83
commit 8d7a64cc9a
7 changed files with 26 additions and 7 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"]