Skip to content

Commit 04016a5

Browse files
committed
Fix docs deployment
1 parent a0aa520 commit 04016a5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
deps/deps.jl
1+
*.jl.cov
2+
*.jl.*.cov
3+
*.jl.mem
4+
/deps/builds
5+
/deps/usr
6+
CMakeLists.txt.user
7+
/deps/deps.jl

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ makedocs(
55
)
66

77
deploydocs(
8-
deps = Deps.pip("mkdocs", "python-markdown-math"),
8+
deps = Deps.pip("mkdocs", "mkdocs-material", "python-markdown-math"),
99
repo = "github.com/JuliaDB/SQLite.jl.git"
1010
)

0 commit comments

Comments
 (0)