Skip to content

Commit

Permalink
docs(travis): change deploy docs script on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed May 31, 2019
1 parent efe225a commit fb45af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb45af2

Please sign in to comment.