Skip to content

Commit 4256946

Browse files
committed
use yarn instead npm
1 parent 9919dce commit 4256946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
cache: npm
2525

2626
- name: Install dependencies
27-
run: npm install
27+
run: yarn install
2828

2929
- name: build
3030
env:
3131
BASE_PATH: '/${{ github.event.repository.name }}'
3232
run: |
33-
npm run build
33+
yarn build
3434
3535
- name: Upload Artifacts
3636
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)