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 1e63105 commit ce02202Copy full SHA for ce02202
.github/workflows/documentation.yml
@@ -37,13 +37,13 @@ jobs:
37
- name: Build documentation
38
run: yarn build:docs
39
40
- # - name: Upload documentation
41
- # if: always()
42
- # run: node .github/upload-preview.mjs packages/react-docs/public
+ - name: Upload documentation
+ if: always()
+ run: node .github/upload-preview.mjs packages/react-docs/public
43
44
- name: Run accessibility tests
45
run: yarn serve:docs & yarn test:a11y
46
47
- #- name: Upload accessibility results
48
49
- # run: node .github/upload-preview.mjs packages/react-docs/coverage
+ - name: Upload accessibility results
+ run: node .github/upload-preview.mjs packages/react-docs/coverage
0 commit comments