We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ace16 commit 7dc987bCopy full SHA for 7dc987b
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
- run: npm run build
35
36
- name: Deploy
37
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@latest
38
if: github.ref == 'refs/heads/master'
39
with:
40
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments