1
Fork 0

docs: fix non docs/ links

This commit is contained in:
Tibo De Peuter 2026-05-19 22:58:01 +02:00
parent cd411494d1
commit e4869e0061
4 changed files with 40 additions and 2 deletions

View file

@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: pip install mkdocs-material
- name: Prepare external docs
run: python .github/scripts/prepare_docs.py
- name: Configure Git identity
run: |
git config --global user.name "github-actions[bot]"