try added mounts?
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 36s

This commit is contained in:
2026-03-29 00:47:48 +00:00
parent 95e349e812
commit 8e088957a3

View File

@@ -10,7 +10,7 @@ jobs:
container:
image: hugomods/hugo:latest
# Mount deployment target and the framework directly from the host
options: --user root -v /srv/www:/srv/www -v /srv/dev/hugo/wiki:/framework:ro
options: --user root -v /srv/www:/srv/www -v /srv/dev/hugo/wiki:/framework:ro -v /srv/configs:/srv/configs:ro
steps:
- name: Checkout Docs Source