azure-pipelines.yml: skip the link check; it's too unreliable

This commit is contained in:
Peter Williams 2020-04-25 19:52:47 -04:00
Родитель 8ac2e9865b
Коммит fb8e236aa2
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -23,9 +23,10 @@ jobs:
curl -fsSL "$u" |tar xz
displayName: Install Zola
- script: |
./zola check
displayName: Check site
# The check fails spuriously on Azure Pipelines too often to be useful.
# - script: |
# ./zola check
# displayName: Check site
- script: |
./zola build -o $(build.artifactStagingDirectory)