diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 74ba9a0..c396b81 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,6 +20,13 @@ jobs: - name: Build Hugo Site 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 hugo --minify -d /data/hugo/public