Skip to content

Commit

Permalink
[gha] poetry -> sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Sep 18, 2024
1 parent 7d57db1 commit 01e48c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Render Quarto File
run: quarto render README.qmd --to rst && mv README.rst docs/index.rst

- name: Build HTML using Poetry
run: poetry run -C docs sphinx-build -M html docs/source/ docs/build/
- name: Build HTML using Sphinx
run: cd docs && sphinx-build -M html docs/source/ docs/build/

# Upload
- name: Upload artifacts
Expand Down

0 comments on commit 01e48c2

Please sign in to comment.