Try to mount the path instead of the name
Jekyll / test-ci-actions (push) Failing after 17s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 19:49:48 +02:00
parent ecd1bcecb9
commit de1ced6c96
1 changed files with 1 additions and 1 deletions

View File

@ -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