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
10 changes: 5 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ task default: 'test'

# These tasks are executed in GitHub Actions
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(:upsert_dojos_geojson) { ruby 'upsert_dojos_geojson.rb' }
task(:compact_geojson) { ruby 'compact_geojson.rb' }
task(:get_data_from_earth) { ruby '_tasks/get_data_from_earth.rb' }
task(:get_data_from_japan) { ruby '_tasks/get_data_from_japan.rb' }
task(:cache_dojo_logos) { ruby '_tasks/cache_dojo_logos.rb' }
task(:upsert_dojos_geojson) { ruby '_tasks/upsert_dojos_geojson.rb' }
task(:compact_geojson) { ruby '_tasks/compact_geojson.rb' }

# GitHub - gjtorikian/html-proofer
# https://github.com/gjtorikian/html-proofer
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ exclude:
- LICENSE.md
- CODE_OF_CONDUCT.md
- dojo2dojo.csv
- get_data_from_earth.rb
- get_data_from_japan.rb
- upsert_dojos_geojson.rb
- compact_geojson.rb

# See the official README for more options:
# https://github.com/digitalsparky/jekyll-minifier
Expand Down
Empty file added _tasks/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.