We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0176a5e commit 7d5f2eeCopy full SHA for 7d5f2ee
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
make html
72
touch ./build/html/.nojekyll
73
- name: Deploy to GitHub Pages
74
- uses: JamesIves/github-pages-deploy-action@3.5.5
+ uses: JamesIves/github-pages-deploy-action@latest
75
with:
76
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
77
BRANCH: gh-pages
0 commit comments