Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

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 <[email protected]>
  • Loading branch information
paulpach and paulpach authored 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
Original file line number Diff line number Diff line change
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.