Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 3, 2024
1 parent 59b6b8b commit e466f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
uses: codecov/codecov-action@v3
if: ${{ matrix.python-version == '3.11' }}
if: ${{ matrix.python-version == '3.12' }}

check-docs:
runs-on: ubuntu-latest
Expand All @@ -71,4 +71,5 @@ jobs:
uses: ./.github/actions/setup-poetry-env

- name: Check if documentation can be built
run: poetry run mkdocs build -s
# run: poetry run mkdocs build -s
run: poetry run sphinx-build docs docs/_build/html

0 comments on commit e466f21

Please sign in to comment.