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 437c4c8 commit da2ce09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:
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
xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ docs/make.jl

0 comments on commit da2ce09

Please sign in to comment.