From fb72f7de097364d96b370ebd23df785145e5746b Mon Sep 17 00:00:00 2001 From: "fabian.wilms" Date: Tue, 9 Apr 2024 14:55:36 +0200 Subject: [PATCH] fix(build): add vitepress build to job --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d71250a7..52083486 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: