We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0ca74 commit cdbc3a5Copy full SHA for cdbc3a5
.github/workflows/deployment.yml
@@ -41,7 +41,7 @@ jobs:
41
flags: unittests, master, push # optional
42
43
- name: Deploy to gh-pages
44
- uses: JamesIves/github-pages-deploy-action@4.1.8
+ uses: JamesIves/github-pages-deploy-action@v4.7.6
45
with:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments