Skip to content

Commit 0b89f0f

Browse files
committed
test: fix deploy script
1 parent 3ccd861 commit 0b89f0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pages.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
- name: Build
3434
run: npm run build
3535
- name: Deploy
36-
uses: peaceiris/actions-gh-pages@v3
37-
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: ./website
36+
run: |
37+
npm run server

0 commit comments

Comments
 (0)