We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acc758 commit e643b57Copy full SHA for e643b57
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
pip install .[dev]
37
38
- name: Generate Documentation
39
- run: pdoc example --output-dir docs -logo "https://pollen-robotics.github.io/python-template/POLLEN_LOGO.png" --logo-link "https://www.pollen-robotics.com"
+ run: pdoc example --output-dir docs --logo "https://pollen-robotics.github.io/python-template/POLLEN_LOGO.png" --logo-link "https://www.pollen-robotics.com"
40
41
- name: Archive Documentation
42
uses: actions/upload-artifact@v4
0 commit comments