v2.3.3
约 279 字小于 1 分钟
2026-05-23
日期:2026-05-23 类型:Fix / CI/CD
[v2.3.3] - 2026-05-23
Fixed
- CI/CD Workflow: Fixed the VuePress automatic deployment working directory in GitHub Actions by setting
working-directory: .vuepress_docsfor dependencies installation and build steps, updating the deployment build directory to.vuepress_docs/docs/.vuepress/dist, and explicitly specifying the pnpm version11.1.3inpnpm/action-setupto avoid detection failures in subdirectories.
Key Changes
- Modified
.github/workflows/deploy.ymlto specify working directory, build output directory, and explicit pnpm version.
------details-----
🔍 Task Details
📌 Current Task Board: 修复 GitHub Actions 部署工作流工作目录配置
🎯 最终目标
- 修复
.github/workflows/deploy.yml构建并部署步骤,使其在正确的.vuepress_docs目录下进行,并成功将打包产物推送到gh-pages分支。
📂 涉及文件 (Strictly Locked)
📝 Steps
------details end------
