Skip to content

Commit

Permalink
ci: fix sphinx-build path issue and update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-k committed Jul 24, 2024
1 parent 56e1525 commit 803655d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
pip install sphinx sphinx-rtd-themegit
- name: Build Docs
run: |
cd docs
Expand Down

0 comments on commit 803655d

Please sign in to comment.