Skip to content

Commit 3b4ddde

Browse files
author
Mateusz Wiezik
committed
install typedoc
1 parent 12bf90e commit 3b4ddde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: volta-cli/action@v4
3030
- name: Install NPM
3131
run: npm ci --no-audit
32+
- name: Install typedoc
33+
run: npm install typedoc
3234
- name: Build documentation
3335
run: |
3436
cd docs

0 commit comments

Comments
 (0)