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 4e5477e commit 834d148Copy full SHA for 834d148
.github/workflows/deploy.yml
@@ -63,5 +63,6 @@ jobs:
63
uses: JamesIves/github-pages-deploy-action@v4
64
with:
65
token: ${{ secrets.ACCESS_TOKEN }}
66
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
67
branch: gh-pages # The branch the action should deploy to.
68
folder: dist # The folder the action should deploy.
0 commit comments