Skip to content

Commit 5ef2884

Browse files
authored
Merge pull request #111 from usegalaxy-eu/bebatut-patch-1
Fix path to the building figure script
2 parents 8e41140 + 267399b commit 5ef2884

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)