Skip to content

Commit

Permalink
add deploydocs for hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarling committed May 20, 2024
1 parent 81f5d32 commit f710d70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ makedocs(
warnonly = [:missing_docs, :linkcheck]
)

# deploydocs(;
# repo = "github.com/cgarling/StarFormationHistories.jl.git",
# versions = ["stable" => "v^", "v#.#"],
# push_preview=true,
# )
deploydocs(;
repo = "github.com/cgarling/StarFormationHistories.jl.git",
versions = ["stable" => "v^", "v#.#"],
push_preview=true,
)

0 comments on commit f710d70

Please sign in to comment.