Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsrosa committed Jun 28, 2023
1 parent d4fdec5 commit bb67986
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ include(joinpath(@__DIR__(), "literate.jl"))
modules = [RODEConvergence],
)

deploydocs(
repo = "https://github.com/rmsrosa/rode_conv_em",
devbranch = "main",
)
if get(ENV, "CI", nothing) == "true" || get(ENV, "GITHUB_TOKEN", nothing) !== nothing
deploydocs(
repo = "github.com/rmsrosa/rode_conv_em.git",
devbranch = "main",
forcepush = true,
)
end

0 comments on commit bb67986

Please sign in to comment.