From bce443b34d237e94cb78aaee08783a2561872c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20SAILLANT?= <108685187+electron-rare@users.noreply.github.com> Date: Thu, 19 Mar 2026 09:55:09 +0100 Subject: [PATCH] fix(ci): use correct build script name npm run build (not build:astro) matches package.json Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/deploy-ovh-ftp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ovh-ftp.yml b/.github/workflows/deploy-ovh-ftp.yml index 8178e6a..6ba8389 100644 --- a/.github/workflows/deploy-ovh-ftp.yml +++ b/.github/workflows/deploy-ovh-ftp.yml @@ -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: | -- 2.52.0