Add b2-based doc building (PR #96)

This commit is contained in:
joaquintides
2025-10-21 18:52:05 +02:00
committed by GitHub
parent 393b731466
commit 3fab9dfdf7
4 changed files with 63 additions and 2 deletions

View File

@@ -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