From fb667e045cb066a02204e98a45acc52f2ecaed5c Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 26 Sep 2024 19:59:28 -0700 Subject: [PATCH] Debuggin --- .gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index e2e27d7..25d6889 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository resources uses: actions/checkout@v4 - name: Build website content - run: hugo + run: hugo && ls -R - name: Copy files using scp-action uses: tempersama/scp-action@1.3 with: