Skip to content

Commit

Permalink
Add GKSwstype in the docs workflow to prevent GR warnings
Browse files Browse the repository at this point in the history
This is recommended in the Documenter.jl documentation (v1.7.0).
Although not everyone uses Plots and GR, this should not raise
issues.

Closes #132
  • Loading branch information
abelsiqueira committed Sep 4, 2024
1 parent 3a5b0aa commit 6202b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/.github/workflows/Docs.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
JULIA_PKG_SERVER: ""
{% raw %}GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}{% endraw %}
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988

0 comments on commit 6202b00

Please sign in to comment.