Skip to content

Commit b719e6c

Browse files
committed
scheduler_daily.ymlをさらに簡潔化
- データ準備ステップを`jekyll build`に置き換え - プラグインが自動的にcache_dojo_logos、upsert_dojos_geojson、compact_geojsonを実行 - _siteは.gitignoreされているため問題なし - ステップ数削減でワークフローがより理解しやすく
1 parent e9fa977 commit b719e6c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/scheduler_daily.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ jobs:
5151
run: |
5252
bundle exec rake get_data_from_japan
5353
54-
- name: ☯️ Cache dojo logos in Japan
54+
- name: 📍 Prepare DojoMap data for commit
5555
run: |
56-
bundle exec rake cache_dojo_logos
57-
58-
- name: 📍 Generate DojoMap from Earth/Japan data
59-
run: |
60-
bundle exec rake upsert_dojos_geojson
61-
bundle exec rake compact_geojson
56+
# Jekyll plugin automatically runs cache_dojo_logos, upsert_dojos_geojson, and compact_geojson
57+
bundle exec jekyll build
6258
6359
- name: 🆙 Commit latest data to update DojoMap (if any)
6460
run: |

0 commit comments

Comments
 (0)