Skip to content

Commit

Permalink
Fix temporary Yugipedia typos in password and Konami ID causing dupli…
Browse files Browse the repository at this point in the history
…cates
  • Loading branch information
kevinlul committed May 30, 2024
1 parent 611f8da commit 03b3c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Transform (OCG+TCG)
working-directory: yaml-yugi/data/cards
run: |
git rm --ignore-unmatch kdb*.json kdb*.yaml yugipedia*.json yugipedia*.yaml
git rm --ignore-unmatch *.json *.yaml
python3 ../../src/main_ocgtcg.py \
../../../yaml-yugipedia/wikitext/Duel_Monsters_cards \
--zh-CN ../../../yaml-yugi-zh/zh-CN \
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Transform (Rush Duel)
working-directory: yaml-yugi/data/rush
run: |
git rm --ignore-unmatch yugipedia*.json yugipedia*.yaml
git rm --ignore-unmatch *.json *.yaml
python3 ../../src/main_rush.py \
../../../yaml-yugipedia/wikitext/Rush_Duel_cards \
--ko-override ../../../yaml-yugi-ko/rush-override.csv \
Expand Down

0 comments on commit 03b3c71

Please sign in to comment.