@@ -35,13 +35,17 @@ 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=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9 
39+             dist/github-contribution-grid-snake-grey.svg?color_snake=orange&color_dots=#bfd6f6,#999,#777,#555,#333 
40+             dist/github-contribution-grid-snake.gif 
3941
4042name : ensure the generated file exists 
4143        run : | 
4244          ls dist 
4345          test -f dist/github-contribution-grid-snake.svg 
4446          test -f dist/github-contribution-grid-snake-dark.svg 
47+           test -f dist/github-contribution-grid-snake-ocean.svg 
48+           test -f dist/github-contribution-grid-snake-grey.svg 
4549          test -f dist/github-contribution-grid-snake.gif 
4650
4751uses : crazy-max/ghaction-github-pages@v4.1.0 
@@ -73,14 +77,16 @@ jobs:
7377          outputs : | 
7478            dist/github-contribution-grid-snake.svg 
7579            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 
80+             dist/github-contribution-grid-snake-ocean.svg?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9 
81+             dist/github-contribution-grid-snake-grey.svg?color_snake=orange&color_dots=#bfd6f6,#999,#777,#555,#333 
7782
7883name : ensure the generated file exists 
7984        run : | 
8085          ls dist 
8186          test -f dist/github-contribution-grid-snake.svg 
8287          test -f dist/github-contribution-grid-snake-dark.svg 
83-           test -f dist/github-contribution-grid-snake-blue.svg 
88+           test -f dist/github-contribution-grid-snake-ocean.svg 
89+           test -f dist/github-contribution-grid-snake-grey.svg 
8490
8591uses : crazy-max/ghaction-github-pages@v4.1.0 
8692        with :
0 commit comments