Closed tpoisot closed 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
Everything is done using github actions, closing
This is the template in Documenter.jl -- might be a good idea to have Plots as a dependency for the documentation too...