Skip to content

Commit 0026a71

Browse files
committed
fix docs
1 parent 7af5d1a commit 0026a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ makedocs(
1313
pages = Any[
1414
"Overview" => "index.md",
1515
"MetaGraphs Functions" => "metagraphs.md",
16-
"License Information" => "license.md"
16+
"License Information" => "license.md",
1717
],
1818
)
1919

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

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

0 commit comments

Comments
 (0)