Skip to content

Commit

Permalink
update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
inverseproblem committed Feb 3, 2025
1 parent 78c2713 commit 2daee65
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 @@ -13,10 +13,10 @@ Literate.markdown(

println("Building documentation...")

makedocs(; repo=Remotes.GitLab("JuliaGeoph", "SeismicWaves.jl"), # "https://gitlab.com/JuliaGeoph/SeismicWaves.jl/blob/{commit}{path}#{line}",
makedocs(; repo=Remotes.GitHub("GinvLab", "SeismicWaves.jl"),
sitename="SeismicWaves.jl",
modules=[SeismicWaves],
authors="Andrea Zunino, Giacomo Aloisi",
authors="Giacomo Aloisi, Andrea Zunino",
format=Documenter.HTML(; prettyurls=get(ENV, "CI", nothing) == "true"),
pages=[
"Home" => "index.md",
Expand All @@ -28,8 +28,8 @@ makedocs(; repo=Remotes.GitLab("JuliaGeoph", "SeismicWaves.jl"), # "https://gitl
)

deploydocs(;
repo="gitlab.com/JuliaGeoph/SeismicWaves.jl.git",
repo="github.com/GinvLab/SeismicWaves.jl.git",
devbranch="main",
deploy_config=Documenter.GitLab(),
branch="gl-pages"
deploy_config=Documenter.GitHubActions(),
branch="gh-pages"
)

0 comments on commit 2daee65

Please sign in to comment.