Skip to content

Commit e5f2f63

Browse files
authored
Update pr-preview.yml
1 parent e872aa1 commit e5f2f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
key: ${{ runner.os }}-v4-${{ hashFiles('yarn.lock') }}
4949
- run: yarn build:docs
5050
name: Build docs
51-
- run: node .github/upload-preview.js public
51+
- run: node .github/upload-preview.js packages/module/public
5252
name: Upload docs
5353
if: always()
5454
- run: yarn serve:docs & yarn test:a11y
5555
name: a11y tests
5656
- run: node .github/upload-preview.js coverage
5757
name: Upload a11y report
58-
if: always()
58+
if: always()

0 commit comments

Comments
 (0)