Skip to content

Commit c2c1087

Browse files
committed
Update logo
1 parent e6ebc81 commit c2c1087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# This is where pdoc does the work (called with poetry to run in the right env)
5353
- name: Generate docs with pdoc into /docs
5454
env:
55-
LOGO: "https://github.com/LucIJspeert/star_shine/blob/master/star_shine/data/images/Star_Shine_small_transparent.png"
55+
LOGO: "https://raw.githubusercontent.com/LucIJspeert/star_shine/master/star_shine/data/images/Star_Shine_small_transparent.png"
5656
run: |
5757
poetry run pdoc star_shine !star_shine.gui \
5858
-o docs \

0 commit comments

Comments
 (0)