Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Jan 21, 2024
1 parent 6e42de5 commit e19e4d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm ci

- name: Build the project
run: npm run build

- name: Create the docs directory
run: npm run docs

Expand Down

0 comments on commit e19e4d8

Please sign in to comment.