We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64e5b commit 740634cCopy full SHA for 740634c
1 file changed
.github/workflows/build-and-deploy-site.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Deploy site
31
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
32
- uses: JamesIves/github-pages-deploy-action@v4.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.4
33
with:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
BRANCH: gh-pages
0 commit comments