We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8640834 commit 9ee71bfCopy full SHA for 9ee71bf
.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@latest
+ uses: JamesIves/github-pages-deploy-action@v4.2.5
75
with:
76
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
77
BRANCH: gh-pages
0 commit comments