Skip to content

Commit

Permalink
gh-action: replace npm ci with npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 3, 2025
1 parent fae79ed commit cc8fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Install dependencies and deploy
run: |
cd website
npm ci
npm install
npm run deploy

0 comments on commit cc8fbca

Please sign in to comment.