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