Skip to content

Commit 74ea1e1

Browse files
authored
Update deploy_website.yml
Disable nom cache
1 parent c4539fd commit 74ea1e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Setup Node.js environment
2727
uses: actions/setup-node@v6.2.0
28-
with:
29-
cache: npm # optional
28+
# with:
29+
# cache: npm # optional
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)