Compare commits

..

2 Commits

Author SHA1 Message Date
5091b08e5c Merge pull request 'add minify' (#3) from init into main
Some checks failed
MkDocs Build and Deploy / build-and-deploy (push) Failing after 1m25s
Reviewed-on: #3
2024-03-17 12:16:08 +01:00
Michael Wegener
45ef612743 add minify 2024-03-17 12:15:27 +01:00

View File

@ -24,6 +24,7 @@ jobs:
pip install mkdocs-rss-plugin
pip install mkdocs-snippets
pip install mkdocs-exclude
pip install mkdocs-minify-plugin
mkdocs build
- name: Install lftp
run: apt-get install lftp -y