Skip to content

Commit e643b57

Browse files
committed
documentation #41: fix typo
1 parent 0acc758 commit e643b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install .[dev]
3737
3838
- 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"
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"
4040

4141
- name: Archive Documentation
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)