We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54867fe commit e3ceaaeCopy full SHA for e3ceaae
.github/workflows/website.yaml
@@ -72,7 +72,7 @@ jobs:
72
# go into repo's settings > pages and set "deploy from branch: gh-pages"
73
# the other defaults work fine.
74
- name: Deploy to Github Pages
75
- uses: JamesIves/github-pages-deploy-action@v4.7.2
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
76
# ONLY if we're on main (so no PRs or feature branches allowed!)
77
if: ${{ github.ref == 'refs/heads/main' }}
78
with:
0 commit comments