Update '.woodpecker.yml'
This commit is contained in:
parent
ee17c8d2d9
commit
755c1cf25b
1 changed files with 1 additions and 14 deletions
|
@ -14,7 +14,6 @@ matrix:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
group: ci
|
|
||||||
image: julia:${JULIA_VERSION}
|
image: julia:${JULIA_VERSION}
|
||||||
pull: true
|
pull: true
|
||||||
when:
|
when:
|
||||||
|
@ -24,24 +23,12 @@ steps:
|
||||||
- julia --color=yes -e 'using Pkg; Pkg.activate(pwd()); Pkg.test(;coverage=true)'
|
- julia --color=yes -e 'using Pkg; Pkg.activate(pwd()); Pkg.test(;coverage=true)'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
group: ci
|
image: julia
|
||||||
image: julia:${JULIA_VERSION}-alpine3.17
|
|
||||||
when:
|
when:
|
||||||
event: push
|
|
||||||
branch: master
|
branch: master
|
||||||
matrix:
|
|
||||||
JULIA_VERSION: "1"
|
|
||||||
secrets:
|
secrets:
|
||||||
- DOCS_REMOTE_USER
|
|
||||||
- DOCS_REMOTE_SERVER
|
|
||||||
- DOCS_REMOTE_DIR
|
|
||||||
- DOCS_REMOTE_KEY
|
|
||||||
- DOCS_KEY
|
|
||||||
- DOCS_PUBKEY
|
|
||||||
- project_access_token
|
- project_access_token
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
|
||||||
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
||||||
- julia --project=docs/ -e 'using Pkg; Pkg.add(;url="https://github.com/JuliaDocs/Documenter.jl", rev="b50d74bc02d6883ef36aa19f19129e7a2d675ea9")'
|
|
||||||
- julia --project=docs/ docs/make.jl
|
- julia --project=docs/ docs/make.jl
|
||||||
|
|
Loading…
Reference in a new issue