Skip to content

Commit 1901d82

Browse files
authored
Update main.yml
1 parent 5e75827 commit 1901d82

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
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+
with:
19+
target_branch: output
20+
build_dir: dist
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)