Skip to content

Commit

Permalink
fix(framework) Improve check in docs generation (#4755)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Dec 20, 2024
1 parent 5540536 commit 7b0068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/docs/build-versioned-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for current_version in ${versions}; do
fi
echo "INFO: Building sites for ${current_version}"

if [ -d "framework/docs" ]; then
if [ -f "framework/docs/source/conf.py" ]; then
cd framework/docs
else
cd doc
Expand Down

0 comments on commit 7b0068f

Please sign in to comment.