Skip to content

Commit a450f13

Browse files
committed
Getting Documenter to deploy - v2
1 parent be3b15c commit a450f13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/make.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ makedocs(
66
)
77

88
deploydocs(
9-
deps=Deps.pip("mkdocs"),
9+
target="site",
1010
repo="github.com/jdlangs/RobotOS.jl",
1111
branch = "gh-pages",
1212
latest = "master",
13-
target="build",
1413
osname="linux",
15-
julia="0.6",
14+
julia="nightly",
15+
deps=Deps.pip("mkdocs"),
16+
make="mkdocs build",
1617
)

0 commit comments

Comments
 (0)