Skip to content
Snippets Groups Projects
Verified Commit 1db567cd authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

[skip ci] fix nb viewer

parent aaa834ac
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,16 @@ notebooks =
joinpath.(notebooks_path, filter(x -> endswith(x, ".jl"), readdir(notebooks_path)))
notebooks_outdir = joinpath(@__DIR__, "src", "notebooks")
folder = "stable"
# set the appropriate folder
folder = Base.CoreLogging.with_logger(Base.CoreLogging.NullLogger()) do
Documenter.deploy_folder(
nothing;
repo = "github.com/$(ENV["TRAVIS_PULL_REQUEST"]).git",
devbranch = "master",
push_preview = true,
devurl = "dev",
)
end
## only temporary - will be removed once public
branch = "gh-pages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment