Skip to content

Commit

Permalink
fix: pages deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jun 2, 2024
1 parent 2040bf0 commit 5209b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn install --immutable

- name: Build with VitePress
run: npm run docs:build
run: yarn run docs:build
working-directory: ./packages/docs

- name: Upload artifact
Expand Down

1 comment on commit 5209b5b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 17/17
🟢 Branches 100% 5/5
🟢 Functions 100% 3/3
🟢 Lines 100% 17/17

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 5209b5b

Please sign in to comment.