chore(ci): 更新部署工作流注释
All checks were successful
Auto Deploy / build-and-deploy (push) Successful in 33s

- 移除 pnpm 缓存相关注释内容
This commit is contained in:
2026-03-02 17:40:20 +08:00
parent c970931954
commit 44426d8812

View File

@@ -31,7 +31,7 @@ jobs:
git checkout ${{ github.ref_name }} git checkout ${{ github.ref_name }}
git reset --hard origin/${{ github.ref_name }} git reset --hard origin/${{ github.ref_name }}
# 安装依赖pnpm 会自动利用缓存) # 安装依赖
echo "安装依赖..." echo "安装依赖..."
pnpm install pnpm install