Skip to content

Commit 3f9fbf0

Browse files
committed
chore: ignore warning
1 parent bab2b45 commit 3f9fbf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
node-version: '22' # 根据你的项目选择 Node 版本
2020

2121
- name: Install dependencies
22+
env:
23+
CI: ""
2224
run: |
2325
if [ -f yarn.lock ]; then
2426
yarn install
@@ -27,6 +29,8 @@ jobs:
2729
fi
2830
2931
- name: Build project
32+
env:
33+
CI: ""
3034
run: |
3135
if [ -f yarn.lock ]; then
3236
yarn build

0 commit comments

Comments
 (0)