Skip to content

Commit

Permalink
change paths to new logos
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Dec 24, 2024
1 parent 4ee9767 commit d07e839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- run: pip install -e .
- run: pip install pdoc
# Build the documentation
- run: pdoc src/benlink -o docs --logo /benlink/logo.svg --logo-link "https://kylehusmann.com/benlink" --edit-url "benlink=https://github.com/khusmann/benlink/blob/main/src/benlink/"
- run: cp logo.svg docs
- run: pdoc src/benlink -o docs --logo /benlink/logo-transparent.png --logo-link "https://kylehusmann.com/benlink" --edit-url "benlink=https://github.com/khusmann/benlink/blob/main/src/benlink/"
- run: cp assets/logo-transparent.png docs

- uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

<img src="logo.svg" align="right" height="140" />
<img src="assets/logo-white.png" align="right" height="140" />

<!-- BEGIN CONTENT -->

Expand Down

0 comments on commit d07e839

Please sign in to comment.