Skip to content

Commit

Permalink
Fix npm install command in gh_pages Actions to use npm ci (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored and minai621 committed Nov 5, 2024
1 parent f1de88f commit 2ba73f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install ci
npm ci
npm run build
- name: Deploy 🚀
Expand Down

0 comments on commit 2ba73f9

Please sign in to comment.