Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Jul 20, 2023
1 parent b3d4acf commit 300764b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .ci/pytorch/python_doc_push_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ pushd docs

# Build the docs
if [ "$is_main_doc" = true ]; then
build_docs html
[ $? -eq 0 ] || exit $?
build_docs html || exit $?

make coverage
# Now we have the coverage report, we need to make sure it is empty.
Expand All @@ -110,8 +109,7 @@ if [ "$is_main_doc" = true ]; then
fi
else
# skip coverage, format for stable or tags
build_docs html-stable
[ $? -eq 0 ] || exit $?
build_docs html-stable || exit $?
fi

# Move them into the docs repo
Expand Down

0 comments on commit 300764b

Please sign in to comment.