Skip to content

Commit c591c8e

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)