Skip to content

Commit

Permalink
Update docfx instead of installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Sep 19, 2024
1 parent b427e78 commit 0f5ef60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildDocs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ tasks {
}
}

// Install latest docfx
// Install or update to `docfx`
val installDocfx = register<Exec>("updateDocfx") {
commandLine("dotnet", "tool", "install", "-g", "docfx", "--version", "2.77.0")
commandLine("dotnet", "tool", "update", "-g", "docfx", "--version", "2.77.0")
}

val npmBuild by registering(NpmTask::class) {
Expand Down

0 comments on commit 0f5ef60

Please sign in to comment.