make build possible again

This commit is contained in:
Huzaifa Sidhpurwala 2022-02-11 15:50:57 +05:30
parent 362938d34d
commit 5660f58a3d

View file

@ -1,6 +1,7 @@
#!/bin/sh
image="docker.io/antora/antora"
#image="docker.io/antora/antora"
image="docker.io/antora/antora:2.3.4"
cmd="--html-url-extension-style=indexify site.yml"
if [ "$(uname)" == "Darwin" ]; then