Skip to content

Commit 19c231c

Browse files
authored
Update main.yml
1 parent 1901d82 commit 19c231c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: Generate Datas
22
on:
3-
schedule: # execute every 12 hours
4-
- cron: "* */12 * * *"
5-
workflow_dispatch:
3+
schedule: # execute every 12 hours
4+
- cron: "* */12 * * *"
5+
workflow_dispatch:
66
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 }}
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)