Skip to content

Commit 477bf3a

Browse files
Update peaceiris/actions-gh-pages action to v4
1 parent adb390d commit 477bf3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
- name: 📊 Deploy to GitHub Pages
149149
if: github.ref == 'refs/heads/main' && matrix.node-version == '20.x'
150-
uses: peaceiris/actions-gh-pages@v3
150+
uses: peaceiris/actions-gh-pages@v4
151151
with:
152152
github_token: ${{ secrets.GITHUB_TOKEN }}
153153
publish_dir: ./gh-pages

0 commit comments

Comments
 (0)