fix(ci): correct build script name #4

Merged
electron-rare merged 1 commits from fix/deploy-workflow into main 2026-03-19 08:55:27 +00:00
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Build static site
env:
PUBLIC_SITE_URL: https://www.lelectronrare.fr/
run: npm run build:astro
run: npm run build
- name: Deploy to OVH
run: |