PoisotLab / SimpleSDMLayers.jl

Simple layers for species distribution modeling and bioclimatic data
https://docs.ecojulia.org/SimpleSDMLayers.jl/stable/
MIT License
19 stars 2 forks source link

Update travis script for documentation #5

Closed tpoisot closed 4 years ago

tpoisot commented 4 years ago

This is the template in Documenter.jl -- might be a good idea to have Plots as a dependency for the documentation too...

jobs:
  include:
    - stage: "Documentation"
      julia: 1.0
      os: linux
      script:
        - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
                                               Pkg.instantiate()'
        - julia --project=docs/ docs/make.jl
      after_success: skip
tpoisot commented 4 years ago

Everything is done using github actions, closing