Skip to content

Commit

Permalink
fix(build): add vitepress build to job
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Apr 9, 2024
1 parent 66c3c22 commit fb72f7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
node-version: "20"
cache: "npm"
registry-url: "https://registry.npmjs.org"
- run: npm ci # install dependencies
- run: npm run build # or any other step to build your package
- run: npm ci # install dependencies
- run: npm run build # build library
- run: npm run docs:build # build docs
- name: upload library artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fb72f7d

Please sign in to comment.