Skip to content

Commit 8ead27c

Browse files
Merge branch 'mdc/vitepress' of github.com:EcoJulia/NeutralLandscapes.jl into mdc/vitepress
2 parents 5bd1e56 + 6110ee8 commit 8ead27c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/Documentation.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@ on:
1010

1111
jobs:
1212
build:
13-
name: "Build the documentation"
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/checkout@v2
1716
- uses: julia-actions/setup-julia@latest
1817
with:
19-
version: '1.9'
20-
- uses: julia-actions/julia-buildpkg@latest
18+
version: '1.11'
2119
- name: Install dependencies
2220
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21+
env:
22+
GKSwstype: nul
2323
- name: Build and deploy
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.TOKEN }} # For authentication with GitHub Actions token
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GKSwstype: nul
2627
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)