From 9250dd50889521658cbc2838feb1309919004faa Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:49:36 +0100 Subject: [PATCH] Fix CI --- steamwarci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/steamwarci.yml b/steamwarci.yml index a5103a3..b90b289 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,9 +1,8 @@ build: - - "ls -la ./node_modules/.bin/astro-i18n" - "printenv" - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "pnpm install" - - "pnpm run i18n:generate:pages" + - "./node_modules/.bin/astro-i18n generate:pages --purge" - "pnpm run i18n:generate:types" - "pnpm run build"