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 85f0f68 commit 1606063Copy full SHA for 1606063
.github/workflows/nightly-build.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Deploy to gh-pages
59
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
60
- uses: JamesIves/github-pages-deploy-action@v4.6.3
+ uses: JamesIves/github-pages-deploy-action@v4.6.4
61
with:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
BRANCH: gh-pages
0 commit comments