Skip to content

Commit c007b03

Browse files
authored
Update typedoc.yml
1 parent 4769c36 commit c007b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/typedoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: "actions/setup-node@v4"
2222
- name: Install Dependencies
2323
run: npm install
24+
- name: Compile
25+
run: npm run compile
2426
- name: Build
2527
run: npm run docs
2628
- name: Clone

0 commit comments

Comments
 (0)