add minify #3

Merged
allvater merged 1 commits from init into main 2024-03-17 11:16:09 +00:00
Showing only changes of commit 45ef612743 - Show all commits

View File

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