mirror of
https://github.com/boostorg/unordered.git
synced 2026-03-06 22:14:10 +01:00
fixed some issues with doc building (#339)
* added cleanup_node_modules_ to target boostrelease * removed antora_docs.sh
This commit is contained in:
@@ -24,5 +24,5 @@ actions cleanup-node-modules
|
||||
###############################################################################
|
||||
alias boostdoc ;
|
||||
explicit boostdoc ;
|
||||
alias boostrelease : html_ ;
|
||||
alias boostrelease : html_ cleanup_node_modules_ ;
|
||||
explicit boostrelease ;
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user