File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919 julia : 1.0
2020 os : linux
2121 script :
22- - julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.add( PackageSpec(path=pwd())))'
23- - julia --project=docs --color=yes docs/make.jl
22+ - julia --project=docs/ -e 'using Pkg; Pkg.develop( PackageSpec(path=pwd())); Pkg.instantiate( )'
23+ - julia --project=docs/ docs/make.jl
2424 after_success : skip
2525notifications :
2626 email : false
Original file line number Diff line number Diff line change 1+ [deps ]
2+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+ [compat ]
5+ Documenter = " ~0.20"
Original file line number Diff line number Diff line change @@ -16,10 +16,5 @@ makedocs(
1616)
1717
1818deploydocs (
19- repo = " github.com/dmbates/MixedModels.jl.git" ,
20- julia = " 1.0" ,
21- osname = " linux" ,
22- target = " build" ,
23- deps = nothing ,
24- make = nothing
19+ repo = " github.com/dmbates/MixedModels.jl.git"
2520)
You can’t perform that action at this time.
0 commit comments