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 428059f commit 329bc1fCopy full SHA for 329bc1f
.github/workflows/CI.yml
@@ -68,13 +68,3 @@ jobs:
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
71
-
72
- - name: Generate API documenation
73
- if: steps.changesets.outputs.published == 'true'
74
- run: pnpm gen:docs
75
76
- - name: Commit generated documenation
77
78
- uses: stefanzweifel/git-auto-commit-action@v4
79
- with:
80
- commit_message: 'Generate docs'
0 commit comments