Skip to content

Commit

Permalink
Use npm ci for slightly faster build (GitHub Pages)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Dec 29, 2023
1 parent 8e9b0f3 commit 5ec340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
run: npm ci
- name: Build project using Vite
run: npm run build
- name: Upload static site as artifact
Expand Down

0 comments on commit 5ec340a

Please sign in to comment.