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 e872aa1 commit e5f2f63Copy full SHA for e5f2f63
.github/workflows/pr-preview.yml
@@ -48,11 +48,11 @@ jobs:
48
key: ${{ runner.os }}-v4-${{ hashFiles('yarn.lock') }}
49
- run: yarn build:docs
50
name: Build docs
51
- - run: node .github/upload-preview.js public
+ - run: node .github/upload-preview.js packages/module/public
52
name: Upload docs
53
if: always()
54
- run: yarn serve:docs & yarn test:a11y
55
name: a11y tests
56
- run: node .github/upload-preview.js coverage
57
name: Upload a11y report
58
- if: always()
+ if: always()
0 commit comments