Skip to content

Commit

Permalink
fix: docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
hrz6976 committed Jun 13, 2024
1 parent 10e5443 commit ab91657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
cache: poetry
cache-dependency-path: poetry.lock

- name: Set Poetry environment
run: |
poetry env use 3.8
- name: Install dependencies
run: |
poetry install
- name: Generate docs with pdoc
run: |
cd docs
Expand Down

0 comments on commit ab91657

Please sign in to comment.