Skip to content

Commit ca68de1

Browse files
author
Mateusz Wiezik
committed
move typedoc installation to Build step
1 parent 3b4ddde commit ca68de1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ 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
3432
- name: Build documentation
3533
run: |
34+
npm install typedoc
3635
cd docs
3736
uv run make clean
3837
uv run make html

0 commit comments

Comments
 (0)