Skip to content

Commit

Permalink
Build TypeScript for API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Apr 5, 2024
1 parent c65385e commit da2555a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da2555a

Please sign in to comment.