Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit f7e2184

Browse files
committed
Update website.yml
1 parent ecac91c commit f7e2184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: latest
40-
cache: yarn # or pnpm / yarn
41-
cache-dependency-path: website/yarn.lock
40+
# 移除依赖缓存设置,避免找不到 lock 文件错误
41+
cache: '""'
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Install dependencies

0 commit comments

Comments
 (0)