This commit is contained in:
parent
07f62ef91f
commit
c53a9efc04
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user