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:
Родитель
c85e9bd11f
Коммит
d1192ee072
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче