Skip to content

Commit

Permalink
Fix in docs; test 11 - Add prefix to julia-docsdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmurilochem committed Oct 30, 2024
1 parent 1daab80 commit 1768ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
- name: Add GLMakie to project environment
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; Pkg.add("GLMakie")'
- uses: julia-actions/julia-docdeploy@v1
with:
prefix: xvfb-run -s '-screen 0 1024x768x24'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand Down

0 comments on commit 1768ece

Please sign in to comment.