Browse Source

fixed test

pull/62/head
sup3rlativ3 4 years ago
parent
commit
a5c06784b6
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      appveyor.yml

+ 1
- 3
appveyor.yml View File

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

Loading…
Cancel
Save