Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QinZhen001 committed Jul 19, 2024
1 parent ddb4272 commit 4406681
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- 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 --frozen-lockfile
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 4406681

Please sign in to comment.