Skip to content

Commit b11f897

Browse files
committed
fix
1 parent 15b0ec9 commit b11f897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: "v22"
1919
cache: npm
2020
- name: Install dependencies
21-
run: npm install
21+
run: npm install && npm install -g vite
2222
- name: Build
2323
run: VITE_BASE_URL="/ocpp-cp-simulator" npm run build
2424
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)