Skip to content

Commit 93b65f7

Browse files
authored
Temporarily disable build_docs until after migration to sphinx 2 #1538
1 parent cc1d420 commit 93b65f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_build_test_upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
echo "type=$RELEASE_TYPE" >> $GITHUB_OUTPUT
4141
id: get_release_type
4242

43+
# TODO: enable docs build after migration to sphinx 2
4344
build_docs:
44-
if: always() && inputs.branch != ''
45+
if: false
4546
needs: get_release_type
4647
runs-on: ubuntu-latest
4748
steps:

0 commit comments

Comments
 (0)