We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec9d3c commit f426c3dCopy full SHA for f426c3d
1 file changed
.github/workflows/deploy.yml
@@ -34,11 +34,11 @@ jobs:
34
run: npm install -g pnpm && pnpm install
35
- name: Build
36
run: pnpm run build
37
- - name: 安装依赖并构建
+ - name: Install dependencies and build
38
run: |
39
pnpm install --no-frozen-lockfile
40
pnpm run build
41
- - name: 安装阿里云 OSS CLI
+ - name: Install Aliyun OSS CLI
42
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
43
shell: bash
44
0 commit comments