Skip to content

Commit

Permalink
documentation #41: test logo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Oct 10, 2024
1 parent ef19b9d commit 0acc758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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
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 All @@ -46,7 +46,6 @@ jobs:

publish-docs:
needs: build-docs
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
steps:
- name: Download Documentation
Expand Down
Binary file added docs/POLLEN_LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0acc758

Please sign in to comment.