Skip to content

Commit f4e3307

Browse files
committed
Look up the data dump url on codeforiati.org
1 parent 4ff2829 commit f4e3307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd ..
4141
- name: Download IATI data
4242
run: |
43-
wget -q -O iati_dump.zip https://gitlab.com/codeforIATI/iati-data/-/archive/main/iati-data-main.zip
43+
wget -q -O iati_dump.zip $(wget -q -O - https://iati-data-dump.codeforiati.org/download)
4444
unzip -q iati_dump.zip
4545
mv iati-data-main/* .
4646
rm -rf iati_dump.zip iati-data-main

0 commit comments

Comments
 (0)