Skip to content

Commit

Permalink
add mkdocs build step directly
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent c9ce530 commit 3701fe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: Run tests
run: tox --skip-env lint -v

- name: mkdocs build
run: mkdocs build -v

- name: Run lint checks
run: tox -e lint -v

0 comments on commit 3701fe5

Please sign in to comment.