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 ae47cd8 commit a368e9dCopy full SHA for a368e9d
.github/workflows/cd.yml
@@ -35,6 +35,8 @@ jobs:
35
- if: ${{ !steps.publish.outputs.type }}
36
run: |
37
pnpm run prepublishOnly
38
+ - name: Deploy
39
+ run: pnpm run deploy
40
- uses: JamesIves/github-pages-deploy-action@v4
41
with:
42
branch: gh-pages
0 commit comments