Skip to content

Commit

Permalink
Update master.deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-kfd authored Aug 19, 2024
1 parent 035075e commit 8fc0557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v2

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

- name: Build Demo
run: yarn build
run: npm run build

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 8fc0557

Please sign in to comment.