Skip to content

Commit 09b372f

Browse files
committed
Update cd.yml
1 parent 6eff09b commit 09b372f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232
- if: ${{ steps.publish.outputs.type }}
3333
run: |
3434
echo "Published version: ${{ steps.publish.outputs.version }}"
35+
- name: Deploy
36+
run: pnpm run deploy
37+
- uses: JamesIves/github-pages-deploy-action@v4
38+
with:
39+
branch: gh-pages
40+
folder: public
41+
single-commit: true

0 commit comments

Comments
 (0)