Skip to content

Commit

Permalink
use Antora from ghcr and bump to latest version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Jul 5, 2023
1 parent f3860aa commit 75b43b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/antora-build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ docs_out_dir := ./.public

docker_opts ?= --rm --tty --user "$$(id -u)"

antora_build_version ?= 2.3.3
antora_cmd ?= $(DOCKER_CMD) run $(docker_opts) --volume "$${PWD}":/antora docker.io/vshn/antora:$(antora_build_version)
antora_build_version ?= 3.1.2.2
antora_cmd ?= $(DOCKER_CMD) run $(docker_opts) --volume "$${PWD}":/antora ghcr.io/vshn/antora:$(antora_build_version)
antora_opts ?= --cache-dir=.cache/antora

.PHONY: docs
Expand Down

0 comments on commit 75b43b9

Please sign in to comment.