Skip to content

Commit ebe2aeb

Browse files
committed
针对action的小修改
1 parent d707d64 commit ebe2aeb

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ jobs:
5454
- name: Install dependencies
5555
run: yarn install
5656

57-
- name: Cache Vitepress
58-
uses: actions/cache@v4
59-
with:
60-
path: docs/.vitepress/dist
61-
key: ${{ runner.os }}-vitepress-${{ github.run_number }}
62-
restore-keys: |
63-
${{ runner.os }}-vitepress-
64-
6557
- name: Build with VitePress
6658
run: yarn run docs:build
6759

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
style: file
6161
thread-comments: update
62-
version: 19
62+
version: ""
6363
files-changed-only: false
6464
continue-on-error: true
6565

docs/.vitepress/config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export default withMermaid(
100100
lang: "zh-CN",
101101
base: "/C/",
102102
cleanUrls: true,
103-
cacheDir: ".vitepress/cache",
104103
metaChunk: true,
105104
lastUpdated: true,
106105
themeConfig: {

0 commit comments

Comments
 (0)