Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
echo "Building $project for production..."
cd "$project"
sphinx-build -b html -j auto -q --keep-going \
-D html_show_sourcelink=false \
-D html_copy_source=false \
. "../../_build/$project" 2>/dev/null || echo "Build failed for $project, continuing..."
-D html_show_sourcelink=0 \
-D html_copy_source=0 \
. "../../_build/$project" || echo "Build failed for $project, continuing..."
'

cd ..
Expand Down