From efda6a707b51c5aabe3edb5658b67e71c3ea3976 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 26 Sep 2024 22:55:19 -0700 Subject: [PATCH] Bumping to a more verbose version --- .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 3f35682..b50f85e 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Build website content run: hugo && ls -R - name: Copy files using scp-action - uses: tempersama/scp-action@1.5 + uses: tempersama/scp-action@1.6 with: host: shockrah.xyz username: ${{ secrets.USER }}