Skip to content

Commit 0b12d5f

Browse files
authored
Merge pull request #27 from z-shell/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 8ed9560 + 618524a commit 0b12d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-hugomod-
3737
- run: hugo --minify
38-
- uses: peaceiris/actions-gh-pages@v3
38+
- uses: peaceiris/actions-gh-pages@v4
3939
if: ${{ github.ref == 'refs/heads/main' }}
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)