Skip to content

Commit

Permalink
also remove the index.md template
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jul 7, 2021
1 parent 3d88b22 commit 018e476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 018e476

Please sign in to comment.