Skip to content

Commit

Permalink
Spin off limit regulations into own repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Nov 10, 2023
1 parent 443905c commit c2e3aee
Show file tree
Hide file tree
Showing 330 changed files with 97 additions and 192,469 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/limit-regulation.yaml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
python-version: "3.10"
cache: pip
cache-dependency-path: yaml-yugi/src/requirements.txt
- name: Download yaml-yugi-ko exports
- name: Download yaml-yugi-ko exports and TCG/OCG limit regulations
run: |
curl -fsSLO https://dawnbrandbots.github.io/yaml-yugi-ko/ocg.csv
curl -fsSLo tcg.vector.json https://dawnbrandbots.github.io/yaml-yugi-limit-regulation/tcg/current.vector.json
curl -fsSLo ocg.vector.json https://dawnbrandbots.github.io/yaml-yugi-limit-regulation/ocg/current.vector.json
- run: pip install -r yaml-yugi/src/requirements.txt
- name: Transform (series)
working-directory: yaml-yugi/data/series
Expand All @@ -55,8 +57,8 @@ jobs:
../../../yaml-yugipedia/wikitext/cards \
--zh-CN ../../../yaml-yugi-zh/zh-CN \
--assignments ../../src/assignments/assignments.yaml \
--tcg ../../data/limit-regulation/tcg/current.vector.json \
--ocg ../../data/limit-regulation/ocg/current.vector.json \
--tcg ../../../tcg.vector.json \
--ocg ../../../ocg.vector.json \
--ko ../../../yaml-yugi-ko/overrides.tsv \
--ko-official ../../../ocg.csv \
--ko-override ../../../yaml-yugi-ko/ocg-override.csv \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
path: aggregate
ref: aggregate
- run: cp aggregate/* yaml-yugi/data && rm -rf yaml-yugi/data/limit-regulation/ocg
- run: cp aggregate/* yaml-yugi/data
- uses: actions/upload-pages-artifact@v2
with:
path: yaml-yugi/data
Expand Down
172 changes: 0 additions & 172 deletions data/limit-regulation/master-duel/2022-01-19.name.json

This file was deleted.

Loading

0 comments on commit c2e3aee

Please sign in to comment.