Skip to content

Commit 78e655e

Browse files
author
koreyzhao
committed
upd
1 parent bc66701 commit 78e655e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
with:
1818
node-version: '12'
1919
- name: Install
20-
run: yarn
20+
run: npm i
2121
- name: Lint
22-
run: yarn lint
22+
run: npm run lint
2323
- name: Build-seo
24-
run: yarn build:seo
24+
run: npm run build:seo
2525
- name: Build
26-
run: yarn build
26+
run: npm run build
2727
- name: Deploy to Tencent Cloud
2828
uses: easingthemes/ssh-deploy@main
2929
env:

0 commit comments

Comments
 (0)