Skip to content

Commit f525d1f

Browse files
committed
png instead of svg
1 parent 0824738 commit f525d1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/getbadge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
with:
4242
repo_name: andreped/NoCodeSeg
4343
repo_token: ${{ secrets.CI }}
44-
file: ${{github.workspace}}/assets/test.svg
45-
asset_name: test.svg
44+
file: ${{github.workspace}}/assets/test.png
45+
asset_name: test.png
4646
file_glob: true
4747
tag: SVG-badge
48-
overwrite: true
48+
overwrite: true

assets/generate_badge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
print("generated html line: ", ret)
2424

25-
imgkit.from_string(ret, "test.svg")
25+
imgkit.from_string(ret, "test.png")

0 commit comments

Comments
 (0)