Check links in generated documentation (#4762)

* Check links in generated documentation

* Another try after talking to Daniel

* More doxygen checks 3

* Disable link guidance because it blocks relative URLs
This commit is contained in:
Larry Osterman 2023-07-17 16:05:45 -07:00 committed by GitHub
parent c85e9bd11f
commit d1192ee072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,6 +258,14 @@ jobs:
workingDirectory: build
displayName: Generate docs (${{ artifact.Name }}-docs)
- template: /eng/common/pipelines/templates/steps/verify-links.yml
parameters:
Directory:
Urls: annotated.html
CheckLinkGuidance: $false
Recursive: $true
WorkingDirectory: build/sdk/${{ parameters.ServiceDirectory }}/${{ artifact.Path }}/docs/html
- task: PowerShell@2
inputs:
targetType: filePath