Skip to content

Commit

Permalink
Use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
naitian committed Nov 15, 2023
1 parent ed31ff2 commit 9729b37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache: yarn

- run: corepack enable
- name: Install dependencies
run: npm install
run: yarn install

- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
yarn run build
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 9729b37

Please sign in to comment.