We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ebc81 commit c2c1087Copy full SHA for c2c1087
.github/workflows/docs.yaml
@@ -52,7 +52,7 @@ jobs:
52
# This is where pdoc does the work (called with poetry to run in the right env)
53
- name: Generate docs with pdoc into /docs
54
env:
55
- LOGO: "https://github.com/LucIJspeert/star_shine/blob/master/star_shine/data/images/Star_Shine_small_transparent.png"
+ LOGO: "https://raw.githubusercontent.com/LucIJspeert/star_shine/master/star_shine/data/images/Star_Shine_small_transparent.png"
56
run: |
57
poetry run pdoc star_shine !star_shine.gui \
58
-o docs \
0 commit comments