Skip to content

Commit 267399b

Browse files
authored
Fix path to the building figure script
1 parent 8e41140 commit 267399b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build figures
4040
shell: bash -l {0}
4141
run: |
42-
bash /bin/build_figures.sh
42+
bash bin/build_figures.sh
4343
4444
- name: Archive data
4545
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)