Add debug step to check config file contents
Build and deploy Hugo site / build (push) Failing after 8s
Build and deploy Hugo site / build (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user