File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,16 @@ jobs:
5151 run : |
5252 bundle exec rake get_data_from_japan
5353
54- - name : 📍 Prepare DojoMap data for commit
54+ - name : 🔧 Build data to render DojoMap
5555 run : |
5656 # Jekyll plugin automatically runs cache_dojo_logos, upsert_dojos_geojson, and compact_geojson
57- bundle exec jekyll build
57+ JEKYLL_ENV=production bundle exec jekyll build
58+
59+ - name : ✅ Test
60+ run : |
61+ # _site is already built in previous step
62+ JEKYLL_ENV=production bundle exec jekyll doctor
63+ SKIP_BUILD=true bundle exec rake test
5864
5965 - name : 🆙 Commit latest data to update DojoMap (if any)
6066 run : |
8389 env :
8490 GITHUB_TOKEN :
8591
86- - name : 🔧 Build & Test
87- run : |
88- # Jekyll plugin automatically runs upsert_dojos_geojson, compact_geojson, and cache_dojo_logos
89- JEKYLL_ENV=production bundle exec jekyll build
90- JEKYLL_ENV=production bundle exec jekyll doctor
91- SKIP_BUILD=true bundle exec rake test
92-
9392 # This is NOT for security reason but for others, especially who fork,
9493 # to easier find out which API key they need to replace with their own.
9594 # Check out the official tutorial for details: https://docs.geolonia.com/tutorial
You can’t perform that action at this time.
0 commit comments