mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 09:11:42 +01:00
add antora_docs hook, update index.html
This commit is contained in:
9
doc/antora_docs.sh
Executable file
9
doc/antora_docs.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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