Skip to content

Commit ffc5fde

Browse files
Update peaceiris/actions-gh-pages action to v4 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 848f968 commit ffc5fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cat github-corner.html >> index.html
3737
sed -i "s/your-url/github.com\/${GH_USER}\/${REPO}/g" index.html
3838
- name: Deploy to GitHub Pages
39-
uses: peaceiris/actions-gh-pages@v3
39+
uses: peaceiris/actions-gh-pages@v4
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: .

0 commit comments

Comments
 (0)