Add headless display server to CI

develop
parent a1d4e6b063
commit 091b757b00
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -18,10 +18,10 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1.5'
- uses: GabrielBB/xvfb-action@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl

Loading…
Cancel
Save