Skip to content

Commit f1486fb

Browse files
ci: fix build issue
1 parent f3d49f9 commit f1486fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/cache@v4
4646
with:
4747
path: site/.vitepress/.build-cache
48-
key: vitepress-build-${{ runner.os }}-${{ hashFiles('document/**', 'site/.vitepress/**', 'scripts/build.ts', 'site/package.json', 'site/pnpm-lock.yaml') }}
48+
key: vitepress-build-${{ runner.os }}-${{ hashFiles('site/pnpm-lock.yaml', 'scripts/build.ts', 'site/.vitepress/config/*') }}
4949

5050
- name: Install dependencies
5151
working-directory: site

0 commit comments

Comments
 (0)