From efb8c6113fdae10f0b737a5166e9a8f14ab03ccd Mon Sep 17 00:00:00 2001 From: Toby Driscoll Date: Mon, 4 Sep 2023 10:45:49 -0400 Subject: [PATCH] debugging doc deployment --- .github/workflows/documentation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 83266b5..2ba7e7c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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' @@ -28,4 +28,6 @@ jobs: run: > cd docs; DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' - julia --color=yes --project=. make.jl \ No newline at end of file + julia --color=yes --project=. make.jl + ls -la + ls -la build \ No newline at end of file