mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-06 21:15:20 +02:00
fix: include ck_prices_cache.json in similarity cache build and download flows
This commit is contained in:
parent
e03f22a697
commit
6ecd45117f
9 changed files with 21 additions and 4 deletions
2
.github/workflows/build-similarity-cache.yml
vendored
2
.github/workflows/build-similarity-cache.yml
vendored
|
|
@ -280,6 +280,7 @@ jobs:
|
|||
- `card_files/processed/commander_cards.parquet` - Commander-only cache (fast lookups)
|
||||
- `card_files/processed/.tagging_complete.json` - Tagging status
|
||||
- `card_files/prices_cache.json` - Scryfall price cache
|
||||
- `card_files/ck_prices_cache.json` - Card Kingdom price cache
|
||||
- `card_files/prices_cache.json.ts` - Per-card price timestamps (if present)
|
||||
EOF
|
||||
|
||||
|
|
@ -293,6 +294,7 @@ jobs:
|
|||
git add -f card_files/processed/commander_cards.parquet
|
||||
git add -f card_files/processed/.tagging_complete.json
|
||||
git add -f card_files/prices_cache.json
|
||||
git add -f card_files/ck_prices_cache.json 2>/dev/null || true
|
||||
git add -f card_files/prices_cache.json.ts 2>/dev/null || true
|
||||
git add -f README-cache.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue