Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Update pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevo authored Aug 28, 2021
1 parent 9b99b70 commit a248d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pdoc3>=0.10.0
pip install pdoc
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build docs
Expand Down

0 comments on commit a248d07

Please sign in to comment.