Skip to content

Commit f12c918

Browse files
joaquintidesgennaroprota
authored andcommitted
renamed build_docs.sh to build_antora.sh as per ci_boost_release.py requisites
1 parent 354c63c commit f12c918

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
cd dynamic_bitset
9696
cd doc
97-
bash ./build_docs.sh
97+
bash ./build_antora.sh
9898
9999
# Antora returns zero even if it fails, so we check if the site directory exists.
100100
if [ ! -d "html" ]

doc/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import virtual-target ;
55

66
path-constant HERE : . ;
77

8-
make html/index.html : build_docs.sh : @run-script ;
8+
make html/index.html : build_antora.sh : @run-script ;
99
generate files-to-install : html/index.html : <generating-rule>@delayed-glob ;
1010
install install
1111
: files-to-install
File renamed without changes.

0 commit comments

Comments
 (0)