Try to mount the path instead of the name
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
ecd1bcecb9
commit
de1ced6c96
|
@ -48,7 +48,7 @@ jobs:
|
|||
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
|
||||
docker-compose run --rm -v "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data:/home/ubuntu/workspace" jekyll build --verbose
|
||||
- name: Verify site
|
||||
id: verify_site
|
||||
# uses: LeastAuthority/broken-links-action@v1
|
||||
|
|
Loading…
Reference in New Issue