Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Build documentation
run: yarn build:docs

# - name: Upload documentation
# if: always()
# 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

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

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