Skip to content

Commit

Permalink
fix: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
huazhouwang committed Sep 20, 2022
1 parent 6fdf0ff commit b6ff7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm run build
yarn install --frozen-lockfile
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit b6ff7bc

Please sign in to comment.