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