Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Oct 26, 2023
1 parent ede0ac4 commit 3034ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using AdvancedMH

# cp(joinpath(@__DIR__, "../README.md"), joinpath(@__DIR__, "src/index.md"))

makedocs(sitename = "AdvancedMH", format = Documenter.HTML(), modules = [AdvancedMH])
makedocs(sitename = "AdvancedMH", format = Documenter.HTML(), modules = [AdvancedMH], checkdocs = :exports)

deploydocs(
repo = "github.com/TuringLang/AdvancedMH.jl.git",
Expand Down

0 comments on commit 3034ee8

Please sign in to comment.