@@ -35,14 +35,20 @@ jobs:
3535 outputs : |
3636 dist/github-contribution-grid-snake.svg
3737 dist/github-contribution-grid-snake-dark.svg?palette=github-dark
38- dist/github-contribution-grid-snake.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
38+ dist/github-contribution-grid-snake-ocean.svg?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
39+ dist/github-contribution-grid-snake-grey.svg?color_snake=111&color_dots=#eee,#aaa,#888,#666,#444
40+ dist/github-contribution-grid-snake.gif
41+ dist/github-contribution-grid-snake-ocean.gif?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
3942
4043 - name : ensure the generated file exists
4144 run : |
4245 ls dist
4346 test -f dist/github-contribution-grid-snake.svg
4447 test -f dist/github-contribution-grid-snake-dark.svg
48+ test -f dist/github-contribution-grid-snake-ocean.svg
49+ test -f dist/github-contribution-grid-snake-grey.svg
4550 test -f dist/github-contribution-grid-snake.gif
51+ test -f dist/github-contribution-grid-snake-ocean.gif
4652
4753 - uses : crazy-max/ghaction-github-pages@v4.1.0
4854 with :
@@ -73,14 +79,16 @@ jobs:
7379 outputs : |
7480 dist/github-contribution-grid-snake.svg
7581 dist/github-contribution-grid-snake-dark.svg?palette=github-dark
76- dist/github-contribution-grid-snake-blue.svg?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
82+ dist/github-contribution-grid-snake-ocean.svg?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
83+ dist/github-contribution-grid-snake-grey.svg?color_snake=111&color_dots=#eee,#aaa,#888,#666,#444
7784
7885 - name : ensure the generated file exists
7986 run : |
8087 ls dist
8188 test -f dist/github-contribution-grid-snake.svg
8289 test -f dist/github-contribution-grid-snake-dark.svg
83- test -f dist/github-contribution-grid-snake-blue.svg
90+ test -f dist/github-contribution-grid-snake-ocean.svg
91+ test -f dist/github-contribution-grid-snake-grey.svg
8492
8593 - uses : crazy-max/ghaction-github-pages@v4.1.0
8694 with :
0 commit comments