Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 8, 2019
1 parent 0fb8a98 commit 7392adc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/make.jl
@@ -1,8 +1,14 @@
# Workaround for JuliaLang/julia/pull/28625
if Base.HOME_PROJECT[] !== nothing
Base.HOME_PROJECT[] = abspath(Base.HOME_PROJECT[])
end

using Documenter, PassiveTracerFlows

makedocs(
modules = [PassiveTracerFlows],
doctest = false, clean = true,
doctest = false,
clean = true,
checkdocs = :all,
format = :html,
authors = "Gregory L. Wagner and Navid C. Constantinou",
Expand All @@ -18,11 +24,4 @@ makedocs(
]
)

deploydocs(
repo = "github.com/FourierFlows/PassiveTracerFlows.jl.git",
target = "build",
julia = "0.7",
osname = "linux",
deps = nothing,
make = nothing
)
deploydocs( repo = "github.com/FourierFlows/PassiveTracerFlows.jl.git" )

0 comments on commit 7392adc

Please sign in to comment.