Skip to content

Commit

Permalink
revert make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoming committed Sep 28, 2023
1 parent ad287e9 commit 805aa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ DocMeta.setdocmeta!(
makedocs(;
modules=[DelaySSAToolkit],
authors="Xiaoming Fu",
repo="https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/blob/{commit}{path}#{line}",
repo="https://github.com/palmtree2013/DelaySSAToolkit.jl/blob/{commit}{path}#{line}",
sitename="DelaySSAToolkit.jl",
format=Documenter.HTML(;
mathengine=Documenter.Writers.HTMLWriter.MathJax2(),
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://xiaomingfu2013.github.io/DelaySSAToolkit.jl",
canonical="https://palmtree2013.github.io/DelaySSAToolkit.jl",
assets=String[],
),
pages=[
Expand All @@ -37,4 +37,4 @@ makedocs(;
],
)

deploydocs(; repo="github.com/xiaomingfu2013/DelaySSAToolkit.jl", devbranch="main")
deploydocs(; repo="github.com/palmtree2013/DelaySSAToolkit.jl", devbranch="main")

0 comments on commit 805aa3f

Please sign in to comment.