Skip to content

Commit

Permalink
Run make html in poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrin Hilmkil committed May 13, 2024
1 parent 140257b commit 4939637
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,12 @@ jobs:
poetry install --with dev
if: steps.cache.outputs.cache-hit != 'true'

- name: Verify pre-commit checks
uses: pre-commit/[email protected]
with:
extra_args: --all-files

- name: Test with pytest
run: poetry run python -m pytest ./test

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Build docs with Sphinx
run: make html
run: poetry run make html
working-directory: docs

- name: Upload docs
Expand Down

0 comments on commit 4939637

Please sign in to comment.