We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fa977 commit b719e6cCopy full SHA for b719e6c
.github/workflows/scheduler_daily.yml
@@ -51,14 +51,10 @@ jobs:
51
run: |
52
bundle exec rake get_data_from_japan
53
54
- - name: ☯️ Cache dojo logos in Japan
+ - name: 📍 Prepare DojoMap data for commit
55
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
+ # Jekyll plugin automatically runs cache_dojo_logos, upsert_dojos_geojson, and compact_geojson
+ bundle exec jekyll build
62
63
- name: 🆙 Commit latest data to update DojoMap (if any)
64
0 commit comments