Skip to content

Commit

Permalink
fixed CI.yml for GLMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wietek committed Jul 7, 2024
1 parent fd170ac commit 437c4c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
run: xvfb-run -s '-screen 0 1024x768x24'; julia --project=docs/ docs/make.jl
run: |
xvfb-run -s '-screen 0 1024x768x24'
julia --project=docs/ docs/make.jl

0 comments on commit 437c4c8

Please sign in to comment.