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:
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
|
||||
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…
Reference in a new issue