Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Jul 19, 2024
1 parent 3fce7ea commit 225cc22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- run: sudo apt-get update
- run: sudo apt-get install -y xvfb xauth
- run: echo "#!/bin/bash\nxvfb-run -a $@" > /usr/bin/xvfb-run-a
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: xvfb-run -a
prefix: xvfb-run-a
- name: Run doctests
shell: xvfb-run -a julia --project=docs --color=yes {0}
run: |
Expand Down

0 comments on commit 225cc22

Please sign in to comment.