File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 11name : Generate Datas
22on :
3- schedule : # execute every 12 hours
4- - cron : " * */12 * * *"
5- workflow_dispatch :
3+ schedule : # execute every 12 hours
4+ - cron : " * */12 * * *"
5+ workflow_dispatch :
66jobs :
7- build :
8- name : Jobs to update datas
9- runs-on : ubuntu-latest
10- steps :
11- # Snake Animation
12- - uses : Platane/snk@master
13- id : snake-gif
14- with :
15- github_user_name : VCGithubCode
16- svg_out_path : dist/github-contribution-grid-snake.svg
17- - uses : crazy-max/ghaction-github-pages@v2.1.3
18- with :
19- target_branch : output
20- build_dir : dist
21- env :
22- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7+ build :
8+ name : Jobs to update datas
9+ runs-on : ubuntu-latest
10+ steps :
11+ # Snake Animation
12+ - uses : Platane/snk@master
13+ id : snake-gif
14+ with :
15+ github_user_name : VCGithubCode
16+ svg_out_path : dist/github-contribution-grid-snake.svg
17+ - uses : crazy-max/ghaction-github-pages@v2.1.3
18+ with :
19+ target_branch : output
20+ build_dir : dist
21+ env :
22+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments