fix: enlever la generation de page

This commit is contained in:
2026-03-06 21:08:31 +01:00
parent f4ded6d8b5
commit de1d325fb7

View File

@@ -36,10 +36,3 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: pytest run: pytest
- name: Deploy Doc
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
git config user.name github-actions
git config user.email github-actions@github.com
mkdocs gh-deploy --force