Skip to content

Commit

Permalink
Update :dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Dec 23, 2024
1 parent 1d0162f commit 0743243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ tasks.register<Exec>("defaultSite") {
* 5. Push stable
*/
tasks.register<Exec>("serveSite") {
dependsOn("installMkDocs")
environment.put("PATH", System.getenv("PATH") + ":$venv/bin")
commandLine("$venv/bin/mike serve".split(" "))
}
Expand Down

0 comments on commit 0743243

Please sign in to comment.