From 018e476424fde9801a302ecfc8b8cd8665d2c0e6 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 7 Jul 2021 15:07:52 +0200 Subject: [PATCH] also remove the index.md template --- docs/make.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index ef3319c22..e585696db 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -111,6 +111,9 @@ for (root, dirs, files) in walkdir(joinpath(@__DIR__, "build", "notebooks")) end end +# also remove the index template +rm(joinpath(@__DIR__, "build", "index.md.template")) + # deploy the result deploydocs( repo = "github.com/$(ENV["TRAVIS_REPO_SLUG"]).git",