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 7eab443 commit e7e5417Copy full SHA for e7e5417
.github/workflows/build-and-publish-web.yml
@@ -30,7 +30,7 @@ jobs:
30
# If main branch update, deploy to gh-pages
31
- name: Deploy
32
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
33
- uses: JamesIves/github-pages-deploy-action@3.7.1
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
34
with:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments