Skip to content

Commit 195a984

Browse files
committed
1
1 parent 9f4b8db commit 195a984

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
node-version: latest
2121
check-latest: true
2222

23-
- run: npm i
24-
- run: cd test
25-
- run: npm i
26-
- run: cd ..
27-
- run: node --run build
23+
- run: |
24+
npm i
25+
cd test
26+
npm i
27+
cd ..
28+
node --run build
2829
2930
- name: Deploy
3031
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)