This commit is contained in:
2026-04-18 20:35:54 +02:00
parent 949c86eed0
commit 5679dac549

View File

@@ -17,10 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -y -qq python3-pip
pip3 install --break-system-packages mkdocs mkdocs-material
run: pip install mkdocs mkdocs-material
- run: mkdocs build