Skip to content

Commit 310dbae

Browse files
committed
[skip ci] fix gha
1 parent 331624c commit 310dbae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/refresh_website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
- name: Download results to web/src/data
1919
run: |
20-
curl https://raw.githubusercontent.com/TuringLang/ADTests/refs/heads/gh-pages/adtests.json
21-
curl https://raw.githubusercontent.com/TuringLang/ADTests/refs/heads/gh-pages/manifest.json
22-
curl https://raw.githubusercontent.com/TuringLang/ADTests/refs/heads/gh-pages/model_definitions.json
20+
curl https://raw.githubusercontent.com/TuringLang/ADTests/refs/heads/gh-pages/adtests.json -o adtests.json
21+
curl https://raw.githubusercontent.com/TuringLang/ADTests/refs/heads/gh-pages/manifest.json -o manifest.json
22+
curl https://raw.githubusercontent.com/TuringLang/ADTests/refs/heads/gh-pages/model_definitions.json -o model_definitions.json
2323
working-directory: web/src/data
2424

2525
# This isn't needed to build the website, it's just there so that the

0 commit comments

Comments
 (0)