From 8bbad8b3ccacadb2a828ea00e15d77cd54950fbc Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:50:17 +0100 Subject: [PATCH] Fix CI --- steamwarci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamwarci.yml b/steamwarci.yml index 98020be..ea3d4b7 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -4,7 +4,7 @@ build: - "pnpm install" - "./node_modules/.bin/astro-i18n generate:pages --purge" - "./node_modules/.bin/astro-i18n generate:types" - - "pnpm run build" + - "./node_modules/.bin/astro build" release: - "rm -r /var/www/html/*"