Skip to content

Commit fb45af2

Browse files
author
fernandogelin
committed
docs(travis): change deploy docs script on travis
1 parent efe225a commit fb45af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ matrix:
3030
os: linux
3131
julia: 1.1
3232
script:
33-
- julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
34-
33+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
34+
- julia --project=docs/ docs/make.jl
3535
# - stage: semantic release
3636
# if: branch = master AND type != pull_request
3737
# language: python

0 commit comments

Comments
 (0)