Skip to content

Commit 0cc3668

Browse files
committed
chore: 测试部署
1 parent 6e10027 commit 0cc3668

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yml

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
node-version: lts/*
2727
cache: pnpm
2828

29-
# 设置用户名和邮箱
30-
- name: Set up Git
31-
run: |
32-
git config --global user.name "liyang1"
33-
git config --global user.email "[email protected]"
34-
3529
# 安装依赖
3630
- name: Install dependencies
3731
run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)