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 482f7cb commit d6ef151Copy full SHA for d6ef151
.github/workflows/gh-pages.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run build && npm run export && touch ./out/.nojekyll
32
33
- name: Deploy 🚀
34
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
35
with:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments