Skip to content

Commit 2758908

Browse files
authored
fix folder path for new docker image
1 parent 49bb1c1 commit 2758908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dashboard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Clean directories
2424
run: rm -rf dashboard ontologies && mkdir -p dashboard ontologies
2525
- name: Prepare run
26-
run: cp dashboard-config.yml /tools/OBO-Dashboard/dashboard-config.yml && cp -r sparql/ /tools/OBO-Dashboard/sparql
26+
run: cp dashboard-config.yml /tools/dashboard-config.yml && cp -r sparql/ /tools/sparql
2727
- name: Run dashboard
2828
run: obodash -C dashboard-config.yml
2929
- name: Copy results
30-
run: cp -r /tools/OBO-Dashboard/dashboard/* dashboard/ && cp -r /tools/OBO-Dashboard/build/ontologies/* ontologies/
30+
run: cp -r /tools/dashboard/* dashboard/ && cp -r /tools/build/ontologies/* ontologies/
3131
- name: Create Pull Request
3232
uses: peter-evans/create-pull-request@v6
3333
with:

0 commit comments

Comments
 (0)