diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index de11a95..096dec7 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -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