Skip to content

Commit 9b9ca29

Browse files
authored
fix: Comment out documentation and accessibility uploads
Comment out upload steps for documentation and accessibility results.
1 parent 1d4d075 commit 9b9ca29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/documentation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- name: Build documentation
3838
run: yarn build:docs
3939

40-
- name: Upload documentation
41-
if: always()
42-
run: node .github/upload-preview.mjs packages/react-docs/public
40+
# - name: Upload documentation
41+
# if: always()
42+
# run: node .github/upload-preview.mjs packages/react-docs/public
4343

4444
- name: Run accessibility tests
4545
run: yarn serve:docs & yarn test:a11y
4646

47-
- name: Upload accessibility results
48-
if: always()
49-
run: node .github/upload-preview.mjs packages/react-docs/coverage
47+
#- name: Upload accessibility results
48+
# if: always()
49+
# run: node .github/upload-preview.mjs packages/react-docs/coverage

0 commit comments

Comments
 (0)