Skip to content

Commit

Permalink
Update make.jl for adding Navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanngoswamii authored Jun 21, 2024
1 parent 2a77f53 commit 6d42b90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 6d42b90

Please sign in to comment.