Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarei4 committed Jun 12, 2024
1 parent 22b4fad commit 312d070
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ using Documenter, SyntheticObjects
makedocs(sitename="SyntheticObjects.jl"
, format="html"
, doctest = true
, deploydocs = false
, clean = true
, assets = ["examples"]
, modules = [SyntheticObjects]
, pages = Any[
"SyntheticObjects.jl" => "index.md",
Expand All @@ -18,7 +15,6 @@ makedocs(sitename="SyntheticObjects.jl"
deploydocs(repo = "github.com/hzarei4/SyntheticObjects.jl.git"
, target = "gh-pages"
, sitename = "SyntheticObjects.jl"
, assets = ["examples"]
, modules = [SyntheticObjects]
, pages = Any[
"SyntheticObjects.jl" => "index.md",
Expand Down

0 comments on commit 312d070

Please sign in to comment.