Build docs with a pre-configured docker
🧪 Test / test (push) Successful in 4m41s

This commit is contained in:
2026-06-20 08:55:48 +02:00
parent 20668d6955
commit 7cb92a4091
3 changed files with 22 additions and 4 deletions
-3
View File
@@ -22,9 +22,6 @@ jobs:
with:
fetch-depth: 0 # full history needed for mkdocs gh-deploy
- name: Install MkDocs dependencies
run: pip install --quiet -r docs/requirements.txt
- name: Configure git identity
run: |
git config user.name "Gitea Actions"