We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0ca74 commit cfd6c87Copy full SHA for cfd6c87
.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.2.3
45
with:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments