mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Add b2-based doc building (PR #96)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
bash ./build_docs.sh
|
||||
|
||||
# Antora returns zero even if it fails, so we check if the site directory exists.
|
||||
if [ ! -d "build/site" ]
|
||||
if [ ! -d "html" ]
|
||||
then
|
||||
echo "Antora build failed"
|
||||
exit 1
|
||||
@@ -107,4 +107,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: antora-docs-${{ matrix.name }}
|
||||
path: doc/build/site
|
||||
path: doc/html
|
||||
|
||||
Reference in New Issue
Block a user