diff --git a/docs/make.jl b/docs/make.jl index 9395d2a0..f7d44c0a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,4 +12,7 @@ makedocs(; checkdocs=:exports, ) +# 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"`) + deploydocs(; repo="github.com/TuringLang/AbstractMCMC.jl.git", push_preview=true)