Skip to content

Commit 45b89f6

Browse files
feature: try gh page
1 parent cffee73 commit 45b89f6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# needs: [test]
5555
steps:
5656
- name: Checkout
57-
- uses: actions/checkout@v4
57+
uses: actions/checkout@v4
5858

5959
- name: Setup Pages
6060
uses: actions/configure-pages@v5
@@ -85,11 +85,4 @@ jobs:
8585
- name: Release
8686
env:
8787
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
88-
run: |
89-
npm publish
90-
91-
- name: Showcase
92-
uses: actions/deploy-pages@v4
93-
with:
94-
token: ${{ secrets.GITHUB_TOKEN }}
95-
publish_dir: ./src
88+
run: npm publish

0 commit comments

Comments
 (0)