From 4f02a0bd1e3c226722ddba93b9998956c03de253 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Tue, 18 Jun 2024 14:45:27 -0400 Subject: [PATCH] changing context in ga --- .github/workflows/validate_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_and_release.yml b/.github/workflows/validate_and_release.yml index 9c2c43999..8d7632e3d 100644 --- a/.github/workflows/validate_and_release.yml +++ b/.github/workflows/validate_and_release.yml @@ -58,7 +58,7 @@ jobs: pre-commit run --files reproschema_model.py || true - name: Generate jsonld format using linkml run: | - gen-jsonld --context contexts/reproschema linkml-schema/reproschema.yaml > reproschema.jsonld + gen-jsonld --context https://raw.githubusercontent.com/ReproNim/reproschema/main/contexts/reproschema linkml-schema/reproschema.yaml > reproschema.jsonld - name: Generate n-triples and turtle formats using reproschema run: | reproschema convert --format n-triples reproschema.jsonld > reproschema.nt