From 4756a49ed386df8a5d687f266bbd359b4760f9e1 Mon Sep 17 00:00:00 2001 From: YaoLei <1049031269@qq.com> Date: Mon, 6 Jul 2026 10:41:27 +0800 Subject: [PATCH] Add debug step to check config file contents --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b55c9a6..8f5ffa8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -44,6 +44,9 @@ jobs: working-directory: /tmp/hugo-site run: | set -e + # Debug: check if config file exists + echo "Config file contents:" + cat config.toml || echo "Config file not found" # Setup SSH key for Hugo deploy mkdir -p ~/.ssh echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa