diff --git a/docs/make.jl b/docs/make.jl index f7d44c0a..5faf7e47 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,6 +13,8 @@ makedocs(; ) # Insert navbar in each html file -run(`sh -c "curl -s https://raw.githubusercontent.com/TuringLang/turinglang.github.io/main/assets/scripts/insert_navbar.sh | bash -s docs/build"`) +run( + `sh -c "curl -s https://raw.githubusercontent.com/TuringLang/turinglang.github.io/main/assets/scripts/insert_navbar.sh | bash -s docs/build"`, +) deploydocs(; repo="github.com/TuringLang/AbstractMCMC.jl.git", push_preview=true)