Skip to content

Commit

Permalink
Fix deploying randovania, again
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani authored Apr 4, 2024
1 parent aa5a324 commit e81d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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]
rm -rf ./randovania-$randovania_version ./randovania-$randovania_version.tar.gz

echo "Copying Jekyll source"
echo "version: $randovania_version" > _data/rdv.yml
Expand Down

0 comments on commit e81d9f3

Please sign in to comment.