Skip to content

Commit aaaf9e6

Browse files
committed
fix: ci
1 parent c4e3d07 commit aaaf9e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: 18
32-
cache: npm
32+
cache: 'npm'
33+
cache-dependency-path: '**/package-lock.json'
3334

3435
- name: Setup Pages
3536
uses: actions/configure-pages@v4
37+
with:
38+
enablement: true # 启用 GitHub Pages
3639

3740
- name: Install dependencies
3841
run: npm ci

0 commit comments

Comments
 (0)