Skip to content

Commit 0b6290e

Browse files
author
sunss
committed
chore(deploy.yml): update config
1 parent 69ecca5 commit 0b6290e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: build
16-
run: |
17-
npm install
18-
npm run build
16+
- run: npm install && npm run build
1917

2018
- name: Deploy
2119
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)