Skip to content

Commit 53d663b

Browse files
Merge pull request #30 from bowenszhu/headless
Set workstation type to 100 for headless systems in documentation CI
2 parents d89bd00 + c1d6366 commit 53d663b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2222
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
23+
GKSwstype: "100" # no output on headless systems
2324
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)