Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa authored Sep 26, 2024
1 parent cc21801 commit d12c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
path: main
- name: Build HTML for main
run: |
wget -O widoco.jar https://github.com/dgarijo/Widoco/releases/download/v1.4.17/java-11-widoco-1.4.17-jar-with-dependencies.jar
wget -O widoco.jar https://github.com/dgarijo/Widoco/releases/download/v1.4.25/java-11-widoco-1.4.25-jar-with-dependencies.jar
mkdir public
java -jar widoco.jar -ontFile main/lehrplan.ttl -outFolder public -htaccess -uniteSections -includeAnnotationProperties -lang de-en -getOntologyMetadata -noPlaceHolderText -rewriteAll -webVowl
cp public/index-de.html public/index.html
Expand Down

0 comments on commit d12c4d3

Please sign in to comment.