Skip to content

Commit

Permalink
ci: if docs have errors, fail the PR (#2065)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Pacheco <paul.pacheco@aa.com>
  • Loading branch information
paulpach and paulpach committed Jul 4, 2020
1 parent a69880a commit d944291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -26,8 +26,8 @@ install:
skip_tags: true

build_script:
- docfx metadata doc\docfx.json
- docfx build doc\docfx.json
- docfx metadata --logLevel Warning --warningsAsErrors doc\docfx.json
- docfx build --logLevel Warning --warningsAsErrors doc\docfx.json

image: Visual Studio 2017

Expand Down

0 comments on commit d944291

Please sign in to comment.