From b4d54c45d38ae9d7139c588cfbf66c1744f7a90d Mon Sep 17 00:00:00 2001 From: Toby Driscoll Date: Tue, 5 Sep 2023 15:02:12 -0400 Subject: [PATCH] another fix --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ec75b98..0e8fea3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -31,5 +31,5 @@ jobs: julia --color=yes --project=. make.jl - name: List build files run: | - ls -la - ls -la build \ No newline at end of file + ls -la docs + ls -la docs/build \ No newline at end of file