diff --git a/Project.toml b/Project.toml index 96b426d89..407169208 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VoronoiFVM" uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3" authors = ["Jürgen Fuhrmann ", "Dilara Abdel", "Jan Weidner", "Alexander Seiler", "Patricio Farrell", "Matthias Liero"] -version = "1.13.2" +version = "1.13.3" [deps] BandedMatrices = "aae01518-5342-5314-be14-df237901396f" diff --git a/docs/Project.toml b/docs/Project.toml index 50db34270..e70c55f9f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,3 +16,4 @@ VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3" [compat] Literate = ">=0.2.7" Pluto = ">=0.17.4" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index e584dfd50..f39389d61 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -131,6 +131,7 @@ function make_all(; with_examples = true, with_notebooks = true, example = nothi with_examples && rm(example_md_dir, recursive = true, force = true) with_notebooks && rm(notebook_md_dir, recursive = true, force = true) + if !isinteractive() deploydocs(repo = "github.com/j-fu/VoronoiFVM.jl.git") end