We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f041ef5 commit f296a83Copy full SHA for f296a83
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Deploy 🚀
67
if: github.ref == 'refs/heads/master' && github.event.repository.fork == false
68
- uses: JamesIves/github-pages-deploy-action@v4.3.3
+ uses: JamesIves/github-pages-deploy-action@v4.4.1
69
with:
70
branch: gh-pages # The branch the action should deploy to.
71
folder: _site # The folder the action should deploy.
0 commit comments