We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee49256 commit ca9de95Copy full SHA for ca9de95
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/setup-node@v4
39
with:
40
node-version: 20
41
- cache: npm # 或 pnpm / yarn
+ cache: 'off' # 禁用缓存以确保每次都重新安装依赖
42
- name: Setup Pages
43
uses: actions/configure-pages@v4
44
- name: Install dependencies
0 commit comments