mirror of
https://github.com/MillironX/beefblup.git
synced 2024-12-22 00:58:17 +00:00
Make Julia version correct in docs CI
This commit is contained in:
parent
74f15be400
commit
c318ded0a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Documentation.yml
vendored
2
.github/workflows/Documentation.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: julia-actions/setup-julia@latest
|
- uses: julia-actions/setup-julia@latest
|
||||||
- run: sudo apt-get install xvfb -y
|
|
||||||
with:
|
with:
|
||||||
version: '1.5'
|
version: '1.5'
|
||||||
|
- run: sudo apt-get install xvfb -y
|
||||||
- run: xvfb-run --auto-servernum julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
- run: xvfb-run --auto-servernum julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
||||||
- run: xvfb-run --auto-servernum julia --project=docs/ docs/make.jl
|
- run: xvfb-run --auto-servernum julia --project=docs/ docs/make.jl
|
||||||
|
|
Loading…
Reference in a new issue