Skip to content

Commit 9783bc5

Browse files
authored
Fixed docs job
1 parent 75de3ff commit 9783bc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
node-version: 20.x
5151
cache: 'npm'
5252

53+
- name: Install dependencies
54+
uses: borales/actions-yarn@v5
55+
with:
56+
cmd: install --immutable
57+
5358
- name: Build docs
5459
uses: borales/actions-yarn@v5
5560
with:

0 commit comments

Comments
 (0)