Skip to content

Commit

Permalink
update to hopefully add lgoo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayHat12 committed Jun 29, 2024
1 parent 13a813b commit 814e28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ 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 pymhash --logo https://github.com/GrayHat12/pymhash/blob/master/docs/pymhash.png -o docs/
- run: pdoc pymhash --logo ./pymhash.png -o docs/
- run: cp ./docs/pymhash.png docs/

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

0 comments on commit 814e28c

Please sign in to comment.