Skip to content

Commit cc91d15

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: use npm install instead of npm ci in docs workflow
1 parent 2897c80 commit cc91d15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
uses: actions/setup-node@v4
3434
with:
3535
node-version: "20"
36-
cache: "npm"
3736

3837
- name: Install dependencies
39-
run: npm ci
38+
run: npm install
4039

4140
- name: Build documentation
4241
env:

0 commit comments

Comments
 (0)