Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Oct 30, 2021
1 parent 7af5d1a commit 0026a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ makedocs(
pages = Any[
"Overview" => "index.md",
"MetaGraphs Functions" => "metagraphs.md",
"License Information" => "license.md"
"License Information" => "license.md",
],
)

deploydocs(repo="github.com/JuliaGraphs/Metagraphs.jl.git", push_preview=true)
deploydocs(repo="github.com/JuliaGraphs/MetaGraphs.jl.git", push_preview=true)

rm(normpath(@__FILE__, "../src/index.md"))
rm(normpath(@__FILE__, "../src/license.md"))

0 comments on commit 0026a71

Please sign in to comment.