Skip to content

Commit eabb92e

Browse files
committed
fix make and deploy
1 parent 6bdeb6b commit eabb92e

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
34

45
[compat]
56
Documenter = "0.27"

docs/make.jl

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,16 @@ cp(normpath(@__FILE__, "../../LICENSE.md"), normpath(@__FILE__, "../src/license.
88

99
makedocs(
1010
modules = [MetaGraphs],
11-
format = :html,
12-
sitename = "MetaGraphs",
13-
pages = Any[
11+
sitename = "FrankWolfe",
12+
format = Documenter.HTML(prettyurls=get(ENV, "CI", nothing) == "true"),
13+
pages = Any[
1414
"Overview" => "index.md",
1515
"MetaGraphs Functions" => "metagraphs.md",
1616
"License Information" => "license.md"
17-
]
17+
],
1818
)
1919

20-
deploydocs(
21-
deps=nothing,
22-
make=nothing,
23-
repo="github.com/JuliaGraphs/MetaGraphs.jl.git",
24-
target="build",
25-
julia="0.6",
26-
osname = "linux"
27-
)
28-
20+
deploydocs(repo="github.com/JuliaGraphs/Metagraphs.jl.git", push_preview=true)
21+
2922
rm(normpath(@__FILE__, "../src/index.md"))
3023
rm(normpath(@__FILE__, "../src/license.md"))

0 commit comments

Comments
 (0)