Skip to content

Commit

Permalink
Try to update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Sep 26, 2024
1 parent 9c0e2c7 commit d257c1f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
using Documenter, Example

makedocs(modules = [Example], sitename = "Example.jl")
makedocs(modules = [Example],
sitename = "Example.jl",
format = Documenter.HTML()
)

deploydocs(repo = "github.com/JuliaLang/Example.jl.git")
deploydocs(
repo = "github.com/JuliaLang/Example.jl.git",
target = "build",
deps = nothing,
make = nothing,
push_preview = true,
)

0 comments on commit d257c1f

Please sign in to comment.