BibTeX.jl/docs/make.jl

9 lines
153 B
Julia
Raw Normal View History

2017-07-30 16:48:15 +02:00
import Documenter
Documenter.deploydocs(
repo = "github.com/bramtayl/BibTeX.jl.git",
target = "build",
deps = nothing,
make = nothing
)