Skip to content

Commit bc96dac

Browse files
removing old analytics references
1 parent efa1018 commit bc96dac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/build/antora_build_docs.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
echo "Using the Antora playbook to generate what content to display for docs"
33
echo "npm analysis antora_build"
44
npm ls -g --depth=0
5-
if [ "$PROD_SITE" = true ]
6-
then
7-
antora --fetch --stacktrace src/main/content/docs/antora-playbook.yml
8-
fi
5+
antora --fetch --stacktrace src/main/content/docs/antora-playbook.yml

0 commit comments

Comments
 (0)