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