Skip to content

Commit f474c39

Browse files
authored
Update main.yml
1 parent c591c8e commit f474c39

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Generate Datas
22
on:
33
schedule: # execute every 12 hours
4-
- cron: "* */12 * * *"
4+
- cron: "*/12 * * * *"
55
workflow_dispatch:
66
jobs:
77
build:
@@ -11,12 +11,13 @@ jobs:
1111
# Snake Animation
1212
- uses: Platane/snk@master
1313
id: snake-gif
14-
with:
14+
with:
1515
github_user_name: VCGithubCode
1616
svg_out_path: dist/github-contribution-grid-snake.svg
17-
- uses: crazy-max/ghaction-github-pages@v3.1.0
18-
with:
19-
target_branch: output
20-
build_dir: dist
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
18+
- uses: crazy-max/ghaction-github-pages@v3.1.0
19+
with:
20+
target_branch: output
21+
build_dir: dist
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)