Skip to content

Commit

Permalink
documentation #41: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Oct 10, 2024
1 parent 0acc758 commit e643b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install .[dev]
- name: Generate Documentation
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"

- name: Archive Documentation
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e643b57

Please sign in to comment.