Browse Source

tests

pull/62/head
sup3rlativ3 5 years ago
parent
commit
94c9d220f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -27,7 +27,7 @@ test_script:
# 02. Verify hyperlinks # 02. Verify hyperlinks
$BrokenLinks = Get-MarkdownLink -Path ./Docs -BrokenOnly $BrokenLinks = Get-MarkdownLink -Path ./Docs -BrokenOnly
if ($brokenLinks) { if ($brokenLinks) {
throw "Found broken hyperlinks $brokenLinks"
#throw "Found broken hyperlinks $brokenLinks"
$dir = pwd $dir = pwd
throw "$pwd" throw "$pwd"
} }

Loading…
Cancel
Save