Update .gitea/workflows/publish-docs.yaml
All checks were successful
MkDocs Subpath Deploy / build-and-deploy (push) Successful in 11s

This commit is contained in:
2026-03-06 17:52:45 +01:00
parent 4d681e3373
commit 40846bba78

View File

@@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mkdocs-material
pip install -r requirements.txt
pip install -r docs/docker/requirements.txt
- name: Build del sito
run: mkdocs build