Skip to content

Commit

Permalink
chore(deps): Update Antora to 3.1.2 (#1575)
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed May 11, 2023
1 parent 7870db5 commit 1b30b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/antora-docs/action.yaml
Expand Up @@ -3,7 +3,7 @@ name: 'antora-docs'
description: 'Build the docs using Antora'
runs:
using: 'docker'
image: 'docker://docker.io/antora/antora:3.0.1'
image: 'docker://docker.io/antora/antora:3.1.2'
args:
- 'antora'
- '--stacktrace'
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
SOURCE_DIR=$(cd "${SCRIPT_DIR}/.." && pwd)
WORKSPACE="/github/workspace"
ANTORA_VERSION=${ANTORA_VERSION:-"3.0.1"}
ANTORA_VERSION=${ANTORA_VERSION:-"3.1.2"}

rm -rf "${SCRIPT_DIR}/build"
docker run -v "$SOURCE_DIR":"$WORKSPACE":Z --rm -t "docker.io/antora/antora:${ANTORA_VERSION}" antora --stacktrace --clean "${WORKSPACE}/docs/antora-playbook.yml"
Expand Down

0 comments on commit 1b30b4c

Please sign in to comment.