We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b7137 commit c74b087Copy full SHA for c74b087
1 file changed
.github/workflows/ghpages-deploy.yaml
@@ -29,12 +29,15 @@ jobs:
29
- name: Install dependencies
30
run: |
31
sudo apt-get install -y jq moreutils
32
+ sudo snap install yq
33
npm install
34
+ yq --version
35
+ jq --version
36
- - name: Process SIL data to JSON
37
+ - name: Process Six Group data to JSON
38
- ./bin/sil_download.sh
- ./bin/sil_to_json.mts
39
+ ./bin/sixgroup_download.sh
40
+ ./bin/sixgroup_to_json.mts
41
42
- name: Set Status Info
43
0 commit comments