diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 325aa70..7260c0d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,8 +16,8 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser - name: Sphinx build run: | - cd documentation/source && - sphinx-build html _build + cd documentation/html && + sphinx-build source _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}