Skip to content

Commit

Permalink
Use the patched version
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 17, 2024
1 parent a7e1ed3 commit eebae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_github_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: '21'

- name: Install tester
run: wget "https://github.com/sib-swiss/sparql-examples-utils/releases/download/v2.0.6/sparql-examples-utils-2.0.6-uber.jar" -O sparql-examples-utils-uber.jar
run: wget "https://github.com/BiGCAT-UM/sparql-examples-utils/releases/download/v2.0.11-tgx-1/sparql-examples-utils-2.0.11-tgx-1-uber.jar" -O sparql-examples-utils-uber.jar

- name: generate markdown
run: java -jar sparql-examples-utils-uber.jar convert -i examples/ -m
Expand Down

0 comments on commit eebae08

Please sign in to comment.