From 4007c51f2e044397946dfb1a7389dc813694eae4 Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Thu, 4 Apr 2024 23:18:25 +0200 Subject: [PATCH] Don't deploy randovania to the site --- ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.sh b/ci.sh index addd5f92..eb880a0d 100755 --- a/ci.sh +++ b/ci.sh @@ -33,6 +33,9 @@ mkdir assets/games mkdir _games python -m randovania development extract-game-data --games-dir _games --covers-dir assets/games +# Remove the extracted randovania so we don't accidentally deploy it +rm -rf ./randovania-$randovania_version[website] + echo "Copying Jekyll source" echo "version: $randovania_version" > _data/rdv.yml rm -rf build