diff --git a/.github/workflows/html.yml b/.github/workflows/html.yml
index 7f65c33..c7120fc 100644
--- a/.github/workflows/html.yml
+++ b/.github/workflows/html.yml
@@ -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.20/widoco-1.4.25-jar-with-dependencies_JDK-17.jar
+ wget -O widoco.jar https://github.com/dgarijo/Widoco/releases/download/v1.4.25/widoco-1.4.25-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