Skip to content

Commit c74b087

Browse files
committed
Fix GHA
1 parent 66b7137 commit c74b087

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ghpages-deploy.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
sudo apt-get install -y jq moreutils
32+
sudo snap install yq
3233
npm install
34+
yq --version
35+
jq --version
3336
34-
- name: Process SIL data to JSON
37+
- name: Process Six Group data to JSON
3538
run: |
36-
./bin/sil_download.sh
37-
./bin/sil_to_json.mts
39+
./bin/sixgroup_download.sh
40+
./bin/sixgroup_to_json.mts
3841
3942
- name: Set Status Info
4043
run: |

0 commit comments

Comments
 (0)