Skip to content

Commit 14789fd

Browse files
Suzukaze7Mq-b
authored andcommitted
更新依赖和ci版本,修复ci运行失败bug
1 parent 43fbde0 commit 14789fd

File tree

5 files changed

+7
-239
lines changed

5 files changed

+7
-239
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup pnpm
21-
uses: pnpm/action-setup@v2
21+
uses: pnpm/action-setup@v4
2222
with:
2323
# 选择要使用的 pnpm 版本
2424
version: 8

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
node_modules/
3636
.vuepress/.cache/
3737
.vuepress/.temp/
38-
.vuepress/.dist/
38+
.vuepress/dist/
3939

4040
.vscode/

.vuepress/config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { viteBundler } from '@vuepress/bundler-vite';
22
import { defineUserConfig } from 'vuepress';
33
import { logoPath, repoBase, repoName, repoUrl } from './params';
4-
import { hopeTheme, mdEnhance } from 'vuepress-theme-hope';
5-
import { searchProPlugin } from 'vuepress-plugin-search-pro';
4+
import { hopeTheme } from 'vuepress-theme-hope';
65

76
const tutorialPath = '/md/';
87
const srcCodePath = tutorialPath + '详细分析/';

package-lock.json

+2-233
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@vuepress/bundler-vite": "2.0.0-rc.9",
1111
"vue": "^3.4.23",
1212
"vuepress": "2.0.0-rc.9",
13-
"vuepress-plugin-search-pro": "^2.0.0-rc.36",
14-
"vuepress-theme-hope": "2.0.0-rc.36"
13+
"vuepress-plugin-search-pro": "^2.0.0-rc.39",
14+
"vuepress-theme-hope": "2.0.0-rc.40"
1515
}
1616
}

0 commit comments

Comments
 (0)