Skip to content

Commit a681857

Browse files
committed
test 3
1 parent 4f3a497 commit a681857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
uses: peaceiris/actions-gh-pages@v4
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./public
31+
deploy_token: ${{ secrets.DEPLOY_TOKEN }}
32+
publish_dir: ./out

0 commit comments

Comments
 (0)