Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83033510f0 |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -73,12 +73,14 @@ jobs:
|
|||||||
outputs: |
|
outputs: |
|
||||||
dist/github-contribution-grid-snake.svg
|
dist/github-contribution-grid-snake.svg
|
||||||
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
|
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
|
||||||
|
dist/github-contribution-grid-snake-blue.svg?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
|
||||||
|
|
||||||
- name: ensure the generated file exists
|
- name: ensure the generated file exists
|
||||||
run: |
|
run: |
|
||||||
ls dist
|
ls dist
|
||||||
test -f dist/github-contribution-grid-snake.svg
|
test -f dist/github-contribution-grid-snake.svg
|
||||||
test -f dist/github-contribution-grid-snake-dark.svg
|
test -f dist/github-contribution-grid-snake-dark.svg
|
||||||
|
test -f dist/github-contribution-grid-snake-blue.svg
|
||||||
|
|
||||||
- uses: crazy-max/ghaction-github-pages@v4.1.0
|
- uses: crazy-max/ghaction-github-pages@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/manual-run.yml
vendored
2
.github/workflows/manual-run.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
|||||||
outputs: |
|
outputs: |
|
||||||
dist/only-svg/github-contribution-grid-snake.svg
|
dist/only-svg/github-contribution-grid-snake.svg
|
||||||
dist/only-svg/github-contribution-grid-snake-dark.svg?palette=github-dark
|
dist/only-svg/github-contribution-grid-snake-dark.svg?palette=github-dark
|
||||||
|
dist/only-svg/github-contribution-grid-snake-blue.svg?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
|
||||||
|
|
||||||
- uses: Platane/snk@v3
|
- uses: Platane/snk@v3
|
||||||
with:
|
with:
|
||||||
@@ -31,6 +32,7 @@ jobs:
|
|||||||
ls dist
|
ls dist
|
||||||
test -f dist/only-svg/github-contribution-grid-snake.svg
|
test -f dist/only-svg/github-contribution-grid-snake.svg
|
||||||
test -f dist/only-svg/github-contribution-grid-snake-dark.svg
|
test -f dist/only-svg/github-contribution-grid-snake-dark.svg
|
||||||
|
test -f dist/only-svg/github-contribution-grid-snake-blue.svg
|
||||||
|
|
||||||
test -f dist/docker/github-contribution-grid-snake.svg
|
test -f dist/docker/github-contribution-grid-snake.svg
|
||||||
test -f dist/docker/github-contribution-grid-snake-dark.svg
|
test -f dist/docker/github-contribution-grid-snake-dark.svg
|
||||||
|
|||||||
Reference in New Issue
Block a user