mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
renamed build_docs.sh to build_antora.sh as per ci_boost_release.py requisites
This commit is contained in:
committed by
Gennaro Prota
parent
354c63cb24
commit
f12c918881
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
|
||||
cd dynamic_bitset
|
||||
cd doc
|
||||
bash ./build_docs.sh
|
||||
bash ./build_antora.sh
|
||||
|
||||
# Antora returns zero even if it fails, so we check if the site directory exists.
|
||||
if [ ! -d "html" ]
|
||||
|
||||
@@ -5,7 +5,7 @@ import virtual-target ;
|
||||
|
||||
path-constant HERE : . ;
|
||||
|
||||
make html/index.html : build_docs.sh : @run-script ;
|
||||
make html/index.html : build_antora.sh : @run-script ;
|
||||
generate files-to-install : html/index.html : <generating-rule>@delayed-glob ;
|
||||
install install
|
||||
: files-to-install
|
||||
|
||||
Reference in New Issue
Block a user