From 83395442ab91ae2ed1502aa4839e4f4009403946 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 8 Jan 2026 13:17:05 +0100 Subject: [PATCH] fixed some issues with doc building (#339) * added cleanup_node_modules_ to target boostrelease * removed antora_docs.sh --- doc/Jamfile.v2 | 2 +- doc/antora_docs.sh | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 doc/antora_docs.sh diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f551dd5f..ab0dd67a 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -24,5 +24,5 @@ actions cleanup-node-modules ############################################################################### alias boostdoc ; explicit boostdoc ; -alias boostrelease : html_ ; +alias boostrelease : html_ cleanup_node_modules_ ; explicit boostrelease ; \ No newline at end of file diff --git a/doc/antora_docs.sh b/doc/antora_docs.sh deleted file mode 100755 index 5fc4a429..00000000 --- a/doc/antora_docs.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -ex - -SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -cd "$SCRIPT_DIR" - -npm ci -npx antora unordered-playbook.yml