Skip to content

Commit 654834c

Browse files
committed
update
1 parent 7914649 commit 654834c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/static.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 1
25-
repository: LincZero/LincZero.github.io
25+
repository: 321Fontsize/LincZero-config
2626
ref: 'main' # 分支,旧raw
2727

2828
- name: 环境 - 安装 pnpm
@@ -69,14 +69,14 @@ jobs:
6969
pnpm run gen-config
7070
7171
# === 新增步骤:强制升级 VuePress 核心以匹配插件 ===
72-
- name: 环境 - 修复依赖版本冲突
73-
working-directory: ./
74-
run: |
75-
echo "正在强制升级 vuepress 核心依赖..."
76-
# 强制安装最新版本的 vuepress 核心,以匹配较新的插件
77-
pnpm add -D vuepress@latest @vuepress/client@latest @vuepress/utils@latest
78-
# 或者,如果你知道 plugin-blog 具体依赖哪个版本,可以指定,例如:
79-
# pnpm add -D vuepress@2.0.0-rc.66
72+
# - name: 环境 - 修复依赖版本冲突
73+
# working-directory: ./
74+
# run: |
75+
# echo "正在强制升级 vuepress 核心依赖..."
76+
# # 强制安装最新版本的 vuepress 核心,以匹配较新的插件
77+
# pnpm add -D vuepress@latest @vuepress/client@latest @vuepress/utils@latest
78+
# # 或者,如果你知道 plugin-blog 具体依赖哪个版本,可以指定,例如:
79+
# # pnpm add -D vuepress@2.0.0-rc.66
8080
# ===============================================
8181

8282
# 文档的克隆、构建、部署。注意 `clone --depth 1` 只拉最近一次提交,减少时间

0 commit comments

Comments
 (0)