mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: julia-actions/setup-julia@latest
|
||||
- run: sudo apt-get install xvfb -y
|
||||
with:
|
||||
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/ docs/make.jl
|
||||
|
|
Loading…
Reference in a new issue