Skip to content

Commit e8076c3

Browse files
committed
Remove seperate toc CI check
1 parent 7525d51 commit e8076c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check-docs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
run: yarn docgen:all
3838
- name: Check for changes in docs-devsite dir (fail if so)
3939
run: git diff --exit-code docs-devsite
40-
- name: Check for changes in toc dir (fail if so)
41-
run: git diff --exit-code toc
4240
- name: Reference documentation needs to be updated. See message below.
4341
if: ${{ failure() }}
4442
run: echo "Changes in this PR affect the reference docs. Run \`yarn docgen:all\` locally to regenerate docs and add them to this PR."

0 commit comments

Comments
 (0)