Skip to content

Commit 514490f

Browse files
ci: fix lang issue
1 parent 37ba23d commit 514490f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
path: site/.vitepress/.build-cache
4848
key: vitepress-build-${{ runner.os }}-${{ hashFiles('site/pnpm-lock.yaml', 'scripts/build.ts', 'site/.vitepress/config/*') }}
49+
restore-keys: |
50+
vitepress-build-${{ runner.os }}-
51+
vitepress-build-
4952
5053
- name: Install dependencies
5154
working-directory: site

0 commit comments

Comments
 (0)