From e40aeb2a9f16a30d3b25a68c006120f25d537c75 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Feb 04 2022 17:37:09 +0000 Subject: Use fixed antora version for local build --- diff --git a/build.sh b/build.sh index a527e3d..7d1a215 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -image="docker.io/antora/antora" +image="docker.io/antora/antora:3.0.0" cmd="--html-url-extension-style=indexify site.yml" if [ "$(uname)" == "Darwin" ]; then