We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd1e56 + 6110ee8 commit 8ead27cCopy full SHA for 8ead27c
.github/workflows/Documentation.yml
@@ -10,17 +10,18 @@ on:
10
11
jobs:
12
build:
13
- name: "Build the documentation"
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@latest
18
with:
19
- version: '1.9'
20
- - uses: julia-actions/julia-buildpkg@latest
+ version: '1.11'
21
- name: Install dependencies
22
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ env:
+ GKSwstype: nul
23
- name: Build and deploy
24
env:
25
- GITHUB_TOKEN: ${{ secrets.TOKEN }} # For authentication with GitHub Actions token
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
27
run: julia --project=docs/ docs/make.jl
0 commit comments