Skip to content

Commit 329bc1f

Browse files
committed
ci: remove generate docs
1 parent 428059f commit 329bc1f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,3 @@ jobs:
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
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-
if: steps.changesets.outputs.published == 'true'
78-
uses: stefanzweifel/git-auto-commit-action@v4
79-
with:
80-
commit_message: 'Generate docs'

0 commit comments

Comments
 (0)