Skip to content

Commit

Permalink
fix pr-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Jul 31, 2024
1 parent 7811c37 commit 3006d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
key: ${{ runner.os }}-v4-${{ hashFiles('yarn.lock') }}
- run: yarn build:docs
name: Build docs
- run: node .github/upload-preview.js public
- run: node .github/upload-preview.js packages/module/public
name: Upload docs
if: always()
- run: yarn serve:docs & yarn test:a11y
Expand Down

0 comments on commit 3006d8b

Please sign in to comment.