We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75827 commit 1901d82Copy full SHA for 1901d82
.github/workflows/main.yml
@@ -1 +1,22 @@
1
-
+name: Generate Datas
2
+on:
3
+schedule: # execute every 12 hours
4
+- cron: "* */12 * * *"
5
+workflow_dispatch:
6
+jobs:
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
19
+ target_branch: output
20
+ build_dir: dist
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments