Skip to content

Commit ce02202

Browse files
authored
chore(CI): Added back documentation upload (#12032)
Added back the code to upload the documentation to surge.
1 parent 1e63105 commit ce02202

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)