Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/scheduler_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: ☯️ Cache dojo logos in Japan
run: |
bundle exec ruby cache_dojo_logos.rb
bundle exec rake cache_data_as_yaml

- name: 📍 Generate DojoMap from Earth/Japan data
run: |
Expand All @@ -72,11 +71,10 @@ jobs:
git add Gemfile.lock

# Cache responses from Japan/Clubs APIs
git add dojos_earth.json
git add _data/dojos_earth.json
git add dojos_japan.json
git add events_japan.json
git add images/dojos
git add _data/earth.yml

# Save GeoJSON data to render DojoMap
git add dojos.geojson
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ desc 'Get CoderDojo data on the Earth via Raspberry Pi Clubs API'
task(:get_data_from_earth) { ruby 'get_data_from_earth.rb' }
task(:get_data_from_japan) { ruby 'get_data_from_japan.rb' }
task(:cache_dojo_logos) { ruby 'cache_dojo_logos.rb' }
task(:cache_data_as_yaml) { ruby 'cache_data_as_yaml.rb' }
task(:upsert_dojos_geojson) { ruby 'upsert_dojos_geojson.rb' }
task(:compact_geojson) { ruby 'compact_geojson.rb' }

Expand Down
File renamed without changes.
Loading