Skip to content

Commit

Permalink
Update html.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasakhilesh authored Jan 14, 2025
1 parent bd6e16b commit 3ebc68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path: main
- name: Build HTML for main
run: |
wget -O widoco.jar https://github.com/dgarijo/Widoco/releases/download/v1.4.25/widoco-1.4.25-jar-with-dependencies_JDK-17.jar
wget -O widoco.jar https://github.com/dgarijo/Widoco/releases/download/v1.4.20/widoco-1.4.20-jar-with-dependencies_JDK-17.jar
mkdir public
java -jar widoco.jar -ontFile main/WebProtege/digitrubber-full.ttl -outFolder public -htaccess -uniteSections -includeAnnotationProperties -lang en-de -getOntologyMetadata -noPlaceHolderText -rewriteAll -webVowl
cp public/index-en.html public/index.html
Expand Down

0 comments on commit 3ebc68b

Please sign in to comment.