Skip to content

Commit

Permalink
Merge pull request #25 from Patarimi/build-doc
Browse files Browse the repository at this point in the history
add doc building in CI
  • Loading branch information
Patarimi authored Nov 9, 2023
2 parents 3f5365f + 0d4341d commit d1e0ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
path: |
pdk/
key: ${{ steps.pdk-restore.outputs.cache-primary-key }}
- name: Build Doc
run: |
poetry run mkdocs build
- name: Test with Pytest
run: |
poetry run pytest

0 comments on commit d1e0ed2

Please sign in to comment.