Skip to content

Commit

Permalink
[docs] Disable documentation rendering
Browse files Browse the repository at this point in the history
The documentation build is currently broken on the `earlgrey_es_sival`
branch.  The aparent cause is a missing DV report from the reports
bucket.

Addresses: #24772

Signed-off-by: Chris Frantz <cfrantz@google.com>
  • Loading branch information
cfrantz committed Oct 11, 2024
1 parent 38c253c commit 6a57d42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ jobs:
- bash: ci/scripts/check_dv_sw_images.sh
displayName: Check DV software images (Experimental)
continueOnError: True
- bash: ci/scripts/build-docs.sh
displayName: Render documentation
# #24772 - Disabled documentation rendering.
#- bash: ci/scripts/build-docs.sh
# displayName: Render documentation
# Define OT_DESTRUCTIVE=1 to enable ci/scripts/check-generated.sh to delete
# uncommitted changes.
- bash: OT_DESTRUCTIVE=1 ci/scripts/check-generated.sh
Expand Down

0 comments on commit 6a57d42

Please sign in to comment.