We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07778f0 commit cfbebdaCopy full SHA for cfbebda
1 file changed
.github/workflows/submit-KG-metadata.yml
@@ -56,7 +56,7 @@ jobs:
56
set -euo pipefail
57
echo '==> Running pipeline script'
58
python scripts/convert_yaml_to_rdf.py --yml_in payload.yaml --rdf_in $(ls -t /home/ubuntu/data/*.ttl | head -n 1) --out_dir /home/ubuntu/data/
59
- bash /home/ubuntu/run_submit_data.sh
+ bash scripts/upload_submission_to_qlever.sh
60
echo '✅ Pipeline finished'
61
62
- name: Done
0 commit comments