Skip to content

Commit 834d148

Browse files
committed
feat: workflow
1 parent 4e5477e commit 834d148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ jobs:
6363
uses: JamesIves/github-pages-deploy-action@v4
6464
with:
6565
token: ${{ secrets.ACCESS_TOKEN }}
66+
ssh-key: ${{ secrets.DEPLOY_KEY }}
6667
branch: gh-pages # The branch the action should deploy to.
6768
folder: dist # The folder the action should deploy.

0 commit comments

Comments
 (0)