From 381011dbe6e8d1738eb77691f0deed48927d634f Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Mar 2025 09:46:09 -0500 Subject: [PATCH] more debug --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index daaa8f0..879bb7b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,4 +32,5 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} source: "public/*" target: "/home/john/mine/scripts/hugo/" - strip_components: 1 \ No newline at end of file + strip_components: 1 + debug: true \ No newline at end of file