mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
ci: log-level is "all"
This commit is contained in:
committed by
Alan de Freitas
parent
6e0c840fd6
commit
b90c479b38
@@ -76,6 +76,11 @@ fi
|
|||||||
# Run antora command
|
# Run antora command
|
||||||
while test $# -gt 0; do
|
while test $# -gt 0; do
|
||||||
set -x
|
set -x
|
||||||
|
if [ "$CI" = "true" ]; then
|
||||||
|
ANTORA_LOG_LEVEL=all
|
||||||
|
export ANTORA_LOG_LEVEL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$1" = "develop" ] || [ "$1" = "master" ]; then
|
if [ "$1" = "develop" ] || [ "$1" = "master" ]; then
|
||||||
npx antora --fetch \
|
npx antora --fetch \
|
||||||
--attribute page-boost-branch="$1" \
|
--attribute page-boost-branch="$1" \
|
||||||
|
|||||||
@@ -81,5 +81,10 @@ if [ ! -d "node_modules" ] || [ "$(find package.json -prune -printf '%T@\n' | cu
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
if [ "$CI" = "true" ]; then
|
||||||
|
ANTORA_LOG_LEVEL=all
|
||||||
|
export ANTORA_LOG_LEVEL
|
||||||
|
fi
|
||||||
|
|
||||||
npx antora --fetch --attribute page-boost-branch="$1" --attribute page-commit-id="$commit_id" --stacktrace site.playbook.yml
|
npx antora --fetch --attribute page-boost-branch="$1" --attribute page-commit-id="$commit_id" --stacktrace site.playbook.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user