We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354c63c commit 1235291Copy full SHA for 1235291
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
95
cd dynamic_bitset
96
cd doc
97
- bash ./build_docs.sh
+ bash ./build_antora.sh
98
99
# Antora returns zero even if it fails, so we check if the site directory exists.
100
if [ ! -d "html" ]
doc/Jamfile.v2
@@ -5,7 +5,7 @@ import virtual-target ;
5
6
path-constant HERE : . ;
7
8
-make html/index.html : build_docs.sh : @run-script ;
+make html/index.html : build_antora.sh : @run-script ;
9
generate files-to-install : html/index.html : <generating-rule>@delayed-glob ;
10
install install
11
: files-to-install
doc/build_docs.sh doc/build_antora.shdoc/build_docs.sh renamed to doc/build_antora.sh
0 commit comments