List volume content
Jekyll / test-ci-actions (push) Failing after 17s
Details
Jekyll / test-ci-actions (push) Failing after 17s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
f9756339f3
commit
ecd1bcecb9
|
@ -47,6 +47,7 @@ jobs:
|
|||
id: build_site
|
||||
run: |
|
||||
docker volume inspect "${JOB_CONTAINER_NAME}"
|
||||
ls -lA "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data"
|
||||
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll build --verbose
|
||||
- name: Verify site
|
||||
id: verify_site
|
||||
|
|
Loading…
Reference in New Issue