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 коммит произвёл GitHub
Родитель c85e9bd11f
Коммит d1192ee072
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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