Fix CI
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-01-20 15:50:17 +01:00
parent 5af6176889
commit 8bbad8b3cc

View File

@ -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/*"