We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7525d51 commit e8076c3Copy full SHA for e8076c3
.github/workflows/check-docs.yml
@@ -37,8 +37,6 @@ jobs:
37
run: yarn docgen:all
38
- name: Check for changes in docs-devsite dir (fail if so)
39
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
42
- name: Reference documentation needs to be updated. See message below.
43
if: ${{ failure() }}
44
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