diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 32a7faa7b..cd5dabe5a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,7 +59,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: "doc/_build/site" + path: "doc/_build/html" - name: Deploy to GitHub Pages if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} id: deployment diff --git a/Makefile b/Makefile index c512780cd..852bb9fc0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ mypy: docs-build: uv run python build_scripts/pydoc2json.py pyrit --submodules -o doc/_api/pyrit_all.json uv run python build_scripts/gen_api_md.py - cd doc && uv run jupyter-book build --all + cd doc && uv run jupyter-book build --all --html uv run ./build_scripts/generate_rss.py # Regenerate only the API reference pages (without building the full site)