From 399365e166d1bbc2952a592473c4af9a155c0cff Mon Sep 17 00:00:00 2001 From: Lars Vilhuber Date: Mon, 8 Jul 2024 18:05:43 -0400 Subject: [PATCH] Fixing stuff? --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3be0981..9566ce7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,11 +100,15 @@ jobs: with: path: presentation pattern: artifact-presentation + - name: Check stuff + run: | + ls -l + ls -l presentation # Prepare the GitHub Pages action - name: prepare GitHub Pages action uses: actions/upload-pages-artifact@v3.0.1 with: - path: . + path: ./ # publish: # needs: deploy-book # runs-on: ubuntu-latest