Skip to content

Commit

Permalink
Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
yezhengkai committed May 1, 2024
1 parent 03e257f commit 1965599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: frontend/maplibre-geocoder/package-lock.json
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 1965599

Please sign in to comment.