make build possible again
This commit is contained in:
parent
362938d34d
commit
5660f58a3d
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue