We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eff09b commit 09b372fCopy full SHA for 09b372f
.github/workflows/cd.yml
@@ -32,3 +32,10 @@ jobs:
32
- if: ${{ steps.publish.outputs.type }}
33
run: |
34
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