fix: anchor mismatches in platform and emulator index pages

This commit is contained in:
Abdessamad Derraz
2026-03-25 16:23:25 +01:00
parent 851f53ba7f
commit c5b267a6fb
2 changed files with 4 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
run: |
python scripts/generate_site.py
python scripts/generate_readme.py --db database.json --platforms-dir platforms
mkdocs build --strict
mkdocs build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3