@@ -35,14 +35,20 @@ jobs:
35
35
outputs : |
36
36
dist/github-contribution-grid-snake.svg
37
37
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
39
42
40
43
- name : ensure the generated file exists
41
44
run : |
42
45
ls dist
43
46
test -f dist/github-contribution-grid-snake.svg
44
47
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
45
50
test -f dist/github-contribution-grid-snake.gif
51
+ test -f dist/github-contribution-grid-snake-ocean.gif
46
52
47
53
- uses : crazy-max/ghaction-github-pages@v4.1.0
48
54
with :
@@ -73,14 +79,16 @@ jobs:
73
79
outputs : |
74
80
dist/github-contribution-grid-snake.svg
75
81
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
77
84
78
85
- name : ensure the generated file exists
79
86
run : |
80
87
ls dist
81
88
test -f dist/github-contribution-grid-snake.svg
82
89
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
84
92
85
93
- uses : crazy-max/ghaction-github-pages@v4.1.0
86
94
with :
0 commit comments