Skip to content

Commit e31b4e9

Browse files
authored
Update deploy.yml
1 parent 3b1d1f9 commit e31b4e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
pnpm build
5454
5555
- name: Deploy
56-
uses: peaceiris/actions-gh-pages@v4
57-
with:
58-
github_token: ${{ secrets.GITHUB_TOKEN }}
59-
publish_dir: ./build
56+
run: |
57+
pnpm run deploy
58+

0 commit comments

Comments
 (0)