mirror of
https://github.com/MillironX/beefblup.git
synced 2025-01-02 20:22:09 -05:00
Add headless display server to CI
This commit is contained in:
parent
a1d4e6b063
commit
091b757b00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Documentation.yml
vendored
2
.github/workflows/Documentation.yml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
||||||
- uses: julia-actions/setup-julia@latest
|
- uses: julia-actions/setup-julia@latest
|
||||||
with:
|
with:
|
||||||
version: '1.5'
|
version: '1.5'
|
||||||
|
- uses: GabrielBB/xvfb-action@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: julia --project=docs/ docs/make.jl
|
run: julia --project=docs/ docs/make.jl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue