yaml syntax fix
This commit is contained in:
parent
fc464f5ef8
commit
f2c66579ec
|
@ -16,9 +16,7 @@ notifications:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: "Documentation"
|
- stage: "Documentation"
|
||||||
julia:
|
julia: 1.3
|
||||||
- 1.3
|
|
||||||
- nightly
|
|
||||||
os: linux
|
os: linux
|
||||||
script:
|
script:
|
||||||
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
|
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
|
||||||
|
|
Loading…
Reference in New Issue