We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc02689 commit 290014bCopy full SHA for 290014b
.github/workflows/web.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Deploy to GitHub Pages
30
- uses: JamesIves/github-pages-deploy-action@v4.6.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
31
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
32
with:
33
branch: gh-pages
0 commit comments