From d3e2b15e3d1a2017ff44c96b44f6851bbd1a480b Mon Sep 17 00:00:00 2001 From: kbonney Date: Tue, 18 Jul 2023 12:43:04 -0400 Subject: [PATCH] another attempt --- .github/workflows/docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 28d8f37..8457c64 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,9 +20,7 @@ jobs: - name: Setup nox uses: excitedleigh/setup-nox@v2.0.0 - name: print contents of repo - run: | - - ls - - ls .. + run: ls -la - name: Build docs run: nox -s docs - name: Upload artifact