Skip to content

Commit b0169b9

Browse files
committed
GitHub Actions を簡素化: _data/*.json で一括指定
1 parent 3a268ac commit b0169b9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/scheduler_daily.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
git add Gemfile.lock
7272
7373
# Cache responses from Japan/Clubs APIs
74-
git add _data/dojos_earth.json
75-
git add _data/dojos_japan.json
76-
git add _data/events_japan.json
74+
git add _data/*.json
7775
git add images/dojos
7876
7977
# Save GeoJSON data to render DojoMap

0 commit comments

Comments
 (0)