Skip to content

Commit

Permalink
ci: use npm install instead of clean install
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Jan 3, 2025
1 parent 0266b5e commit 1dbead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
run: npm i
- name: Build website
run: npm run build
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
Expand Down

0 comments on commit 1dbead2

Please sign in to comment.