Skip to content

Commit

Permalink
CI: use new docs:build-ci command
Browse files Browse the repository at this point in the history
For now, this only skips external link checking. But this can be easily
expanded in the future (lib/utility.js provides a isCIBuild() function
to check if this is a CI build).
  • Loading branch information
slusarz authored and cmouse committed Jul 1, 2024
1 parent 3955e5d commit 2038125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: npm ci
- name: Build with VitePress
run: |
npm run docs:build
npm run docs:build-ci

0 comments on commit 2038125

Please sign in to comment.