From 71fcaa8d037e0ec434b37582770d7a8638b17cfe Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 8 Jan 2026 12:49:45 +0100 Subject: [PATCH 1/2] added cleanup_node_modules_ to target boostrelease --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f551dd5ff..ab0dd67a9 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 From ae2314013376cf0f8f0e6fc50554acab595f5894 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 8 Jan 2026 12:50:00 +0100 Subject: [PATCH 2/2] removed antora_docs.sh --- doc/antora_docs.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 doc/antora_docs.sh diff --git a/doc/antora_docs.sh b/doc/antora_docs.sh deleted file mode 100755 index 5fc4a4299..000000000 --- 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