Skip to content

Commit 5c1b0cb

Browse files
authored
fix: remove npm cache from docs workflow (no lockfile) (#266)
1 parent 46d0cf7 commit 5c1b0cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation
1+
name: Build API docs and deploy to GitHub Pages
22

33
on:
44
push:
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-node@v6
2727
with:
2828
node-version: 'lts/*'
29-
cache: 'npm'
3029

3130
- name: Install Dependencies
3231
run: npm install --no-progress

0 commit comments

Comments
 (0)