Skip to content

Commit

Permalink
npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingqing committed Aug 30, 2024
1 parent c7a9ec2 commit 839c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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 ci
npm i
npm run build
- name: Deploy 🚀
Expand Down

0 comments on commit 839c82e

Please sign in to comment.