We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e571b11 commit 694a095Copy full SHA for 694a095
.github/workflows/node.js.yml
@@ -172,7 +172,7 @@ jobs:
172
npm run build
173
174
- name: Deploy to production server 🚀
175
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
176
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
177
with:
178
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments