From f7528be0e460eb916f997a5c6bb93f25ebc27c7f Mon Sep 17 00:00:00 2001 From: henriquegemignani Date: Thu, 4 Apr 2024 21:20:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20randovan?= =?UTF-8?q?ia/randovania.github.io@aa5a324f439a5cfbe20796041b6762922f89418?= =?UTF-8?q?0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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