add debug to workflow
Some checks failed
Build Hugo Site / build (push) Failing after 9s

This commit is contained in:
John 2025-03-08 22:12:05 -06:00
parent 07f62ef91f
commit c53a9efc04

View File

@ -20,6 +20,13 @@ jobs:
- name: Build Hugo Site - name: Build Hugo Site
run: | run: |
# Print working directory for debugging
pwd
ls -la
# Navigate to Hugo site directory if it's in a subdirectory
cd /data/git/repositories/john/hugo
# Build directly to the mounted public directory # Build directly to the mounted public directory
hugo --minify -d /data/hugo/public hugo --minify -d /data/hugo/public