diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b8321b6..9fd3549 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,6 +39,7 @@ jobs: - name: "Build Sphinx Doc" run: | ls -la + cd docs/ make html # 3. Déploiement sur les Github Pages