diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bca2a17..6909420 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,9 +15,11 @@ jobs: run: | pip install sphinx sphinx_rtd_theme myst_parser - name: Sphinx build + working-directory: docs/ run: | - sphinx-build docs _build + sphinx-build . _build - name: Deploy to GitHub Pages + working-directory: docs/ uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: