Skip to content

Commit a368e9d

Browse files
committed
Fix gh-pages
1 parent ae47cd8 commit a368e9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- if: ${{ !steps.publish.outputs.type }}
3636
run: |
3737
pnpm run prepublishOnly
38+
- name: Deploy
39+
run: pnpm run deploy
3840
- uses: JamesIves/github-pages-deploy-action@v4
3941
with:
4042
branch: gh-pages

0 commit comments

Comments
 (0)