Skip to content

Commit

Permalink
Issue #37 : pre-delete and DocFx build uncommented following successf…
Browse files Browse the repository at this point in the history
…ul testing.
  • Loading branch information
josh-green committed Mar 27, 2017
1 parent 461811c commit 1f3654a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,4 @@ ModelManifest.xml
/.vs/config
Documentation/_site/
Documentation/packages/
.vs/
4 changes: 2 additions & 2 deletions Documentation/buildDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ if ($LastExitCode -ne 0) {

if (Test-Path "$docOutPath") {
# Clear existing documentation
#Remove-Item "$docOutPath\*" -Recurse
Remove-Item "$docOutPath\*" -Recurse
}

# Finally confirmed all packages required to build docs
#docfx "$_cd\docfx.json"
docfx "$_cd\docfx.json"

if ($LastExitCode -ne 0) {
Write-Host ''
Expand Down

0 comments on commit 1f3654a

Please sign in to comment.