Skip to content

Commit 14213f0

Browse files
authored
Merge pull request #12 from coderdojo-japan/use-graphql-api-to-fetch-coderdojo-data
[WIP] Use new Clubs API (GraphQL) to fetch CoderDojo data on earth 🌐
2 parents 9384f6f + cb48915 commit 14213f0

File tree

6 files changed

+119858
-103332
lines changed

6 files changed

+119858
-103332
lines changed

.github/workflows/scheduler_daily.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ jobs:
3838
run: |
3939
bundle install
4040
41-
# TODO: Re-enable this step when the following PR merged:
42-
# https://github.com/coderdojo-japan/map.coderdojo.jp/pull/12
43-
#- name: 🌐 Fetch dojo data from Earth
44-
# run: |
45-
# bundle exec ruby get_data_from_earth.rb
41+
- name: 🌐 Fetch dojo data from Earth
42+
run: |
43+
bundle exec ruby get_data_from_earth.rb
4644
4745
- name: 🗾 Fetch dojo/event data from Japan
4846
run: |

0 commit comments

Comments
 (0)