Skip to content

Commit 72c54f9

Browse files
committed
Remove old-way of committing docs to the repo
1 parent 46f0e60 commit 72c54f9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
npm run test:integration
4343
- name: Lint
4444
run: npm run lint:check
45-
- name: Check for changes to docs
46-
run: npm run mkdocs
47-
- name: Auto commit docs changes if any
48-
uses: stefanzweifel/git-auto-commit-action@v4
49-
with:
50-
commit_message: Apply docs changes
51-
file_pattern: docs/api/*.md
5245
- name: Genrate test coverage report
5346
run: npm run coveralls-after
5447
- name: Update coveralls

0 commit comments

Comments
 (0)