Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion updater/cmd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ git checkout "$REPO_APIDATA_CHECKOUT_OBJECT"
git branch -D "$BRANCH_NAME" || true
git branch "$BRANCH_NAME"
git checkout "$BRANCH_NAME"

python -m venv .venv
source .venv/bin/activate
pip install 'pokeapi-ditto==1.0.3'
rm -rf ./data
ditto clone --src-url http://localhost/ --dest-dir ./data
Expand Down