Skip to content

Commit

Permalink
Fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Aug 16, 2016
1 parent 75e0f26 commit 00615f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
/deps/builds
/deps/usr
CMakeLists.txt.user
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ makedocs(
)

deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"),
deps = Deps.pip("mkdocs", "mkdocs-material", "python-markdown-math"),
repo = "github.com/JuliaDB/ODBC.jl.git"
)

0 comments on commit 00615f2

Please sign in to comment.