Skip to content

Commit f426c3d

Browse files
committed
ci: translate
1 parent 5ec9d3c commit f426c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
run: npm install -g pnpm && pnpm install
3535
- name: Build
3636
run: pnpm run build
37-
- name: 安装依赖并构建
37+
- name: Install dependencies and build
3838
run: |
3939
pnpm install --no-frozen-lockfile
4040
pnpm run build
41-
- name: 安装阿里云 OSS CLI
41+
- name: Install Aliyun OSS CLI
4242
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
4343
shell: bash
4444
run: |

0 commit comments

Comments
 (0)