Skip to content

Commit a2ca5a6

Browse files
committed
Added deploydocs
1 parent 17bda67 commit a2ca5a6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ makedocs(
1010
# Documenter can also automatically deploy documentation to gh-pages.
1111
# See "Hosting Documentation" and deploydocs() in the Documenter manual
1212
# for more information.
13-
#=deploydocs(
14-
repo = "<repository url>"
15-
)=#
13+
deploydocs(
14+
deps = Deps.pip("mkdocs", "python-markdown-math"),
15+
repo = "github.com/theogf/KernelFunctions.jl.git",
16+
target = "build"
17+
)

0 commit comments

Comments
 (0)