Skip to content

Commit

Permalink
fixup! docs: pyapi docs on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Mar 28, 2024
1 parent c6728b9 commit fb683ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Python package
run: pip install target/wheels/rustsat*.whl
- name: Build Python API docs
run: pip install pdoc && pdoc -o pyapi/ rustsat
run: pip install pdoc && pdoc -o _site/pyapi/ rustsat
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit fb683ae

Please sign in to comment.