Skip to content

Commit

Permalink
Activate logo!
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds committed Jun 6, 2024
1 parent 82d9191 commit b32fb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: pip install -e .
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc pysheaf/ -o docs/
- run: pdoc --logo https://github.com/kb1dds/pysheaf/blob/master/pysheaf.png?raw=true pysheaf/ -o docs/

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b32fb9c

Please sign in to comment.