Skip to content

Commit

Permalink
Fix error in docs generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed May 11, 2020
1 parent 9ab9c45 commit d291705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/generate_docs.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


if ($null -eq (Get-Command docfx -ErrorAction SilentlyContinue)) {
Wite-output "Installing docfx..."
Write-output "Installing docfx..."
#dotnet tool install -g docfx --version "3.0.0-*" --add-source https://www.myget.org/F/docfx-v3/api/v2
choco install docfx -y

Expand Down

0 comments on commit d291705

Please sign in to comment.