Skip to content

Commit

Permalink
fixes to doc deployment locations
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Feb 1, 2024
1 parent 0dc6dd1 commit 50bcc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ makedocs(;
pages=[
"Home" => "index.md",
],
repo="https://github.com/tkf/ThreadsX.jl/blob/{commit}{path}#L{line}",
# repo="https://github.com/tkf/ThreadsX.jl/blob/{commit}{path}#L{line}",
sitename="ThreadsX.jl",
authors="Takafumi Arakaki <[email protected]>",
)

deploydocs(;
repo="github.com/tkf/ThreadsX.jl",
repo="github.com/JuliaFolds2/ThreadsX.jl",
push_preview = should_push_preview(),
)

0 comments on commit 50bcc4d

Please sign in to comment.