From fb45af2262b79c09364e983431102fa3a522f150 Mon Sep 17 00:00:00 2001 From: fernandogelin Date: Fri, 31 May 2019 11:27:05 -0400 Subject: [PATCH] docs(travis): change deploy docs script on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e872300..393ebf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,8 @@ matrix: os: linux julia: 1.1 script: - - julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))' - + - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' + - julia --project=docs/ docs/make.jl # - stage: semantic release # if: branch = master AND type != pull_request # language: python