Skip to content

Commit

Permalink
debugging doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydriscoll committed Sep 4, 2023
1 parent 36f5712 commit efb8c61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
Expand All @@ -28,4 +28,6 @@ jobs:
run: >
cd docs;
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24'
julia --color=yes --project=. make.jl
julia --color=yes --project=. make.jl
ls -la
ls -la build

0 comments on commit efb8c61

Please sign in to comment.