1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +00:00

Add headless display server to CI

This commit is contained in:
Thomas A. Christensen II 2021-08-09 19:57:32 -05:00
parent a1d4e6b063
commit 091b757b00
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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