Skip to content

Commit 12bf90e

Browse files
author
Mateusz Wiezik
committed
update docs.yml
1 parent c9407f2 commit 12bf90e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
run: uv python install
2626
- name: Install dependencies
2727
run: uv sync --locked --all-extras
28+
- name: Use volta
29+
uses: volta-cli/action@v4
30+
- name: Install NPM
31+
run: npm ci --no-audit
2832
- name: Build documentation
2933
run: |
3034
cd docs

0 commit comments

Comments
 (0)