3 Commits

Author SHA1 Message Date
40846bba78 Update .gitea/workflows/publish-docs.yaml
All checks were successful
MkDocs Subpath Deploy / build-and-deploy (push) Successful in 11s
2026-03-06 17:52:45 +01:00
4d681e3373 Update .gitea/workflows/publish-docs.yaml
Some checks failed
MkDocs Subpath Deploy / build-and-deploy (push) Failing after 12s
2026-03-06 17:51:53 +01:00
3a9efd5598 Update .gitea/workflows/publish-docs.yaml 2026-03-06 17:50:13 +01:00

View File

@@ -1,9 +1,10 @@
name: MkDocs Subpath Deploy
on:
workflow_dispatch: # trigger manuale
push:
branches:
- andrea-dev # Trigger on main branch
- main # Trigger on main branch
jobs:
build-and-deploy:
@@ -22,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