try added mounts?
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 36s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 36s
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: hugomods/hugo:latest
|
image: hugomods/hugo:latest
|
||||||
# Mount deployment target and the framework directly from the host
|
# 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:
|
steps:
|
||||||
- name: Checkout Docs Source
|
- name: Checkout Docs Source
|
||||||
|
|||||||
Reference in New Issue
Block a user