Skip to content

Commit

Permalink
documentation #422: fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Oct 10, 2024
1 parent c1a664f commit 7af9e1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Image
*.jpg lfs
*.jpeg lfs
*.png lfs
#*.png lfs
*.apng lfs
*.atsc lfs
*.gif lfs
Expand Down Expand Up @@ -39,3 +39,4 @@
*.vis lfs
*.db lfs
*.ply lfs

2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install .[dev]
- name: Generate Documentation
run: pdoc reachy2_sdk --output-dir docs --logo "https://pollen-robotics.github.io/reachy2-sdk/POLLEN_LOGO.png" --logo-link "https://www.pollen-robotics.com"
run: pdoc reachy2_sdk --output-dir docs --logo "https://pollen-robotics.github.io/reachy2-sdk/pollen_logo.png" --logo-link "https://www.pollen-robotics.com"

- name: Archive Documentation
uses: actions/upload-artifact@v4
Expand Down
3 changes: 0 additions & 3 deletions docs/POLLEN_LOGO.png

This file was deleted.

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 7af9e1e

Please sign in to comment.