Skip to content

Commit b970625

Browse files
Update build_and_deploy_documentation.yml
fix: forgot to install pdoc3 in action
1 parent 39ebd09 commit b970625

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_deploy_documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
pip install -r requirements.txt
34+
pip install -r requirements-test.txt
3435
pip install .
3536
3637
- name: Build documentation
@@ -49,4 +50,4 @@ jobs:
4950
uses: peaceiris/actions-gh-pages@v3
5051
with:
5152
github_token: ${{ secrets.GITHUB_TOKEN }}
52-
publish_dir: docs
53+
publish_dir: docs

0 commit comments

Comments
 (0)