diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e4e159ab..c83698cc 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,6 +35,8 @@ jobs: node-version: 20 - name: Install dependencies run: npm ci --workspaces --include-workspace-root + - name: Build + run: npm run build - name: Build API docs run: npm run docs -- --out ./_site/api - name: Upload artifact