Verify the container again
Jekyll / jekyll (push) Failing after 17s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 11:37:03 +02:00
parent 85ce376ad0
commit db8d566b99
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ jobs:
run: |
# The environment variables _UID, _GID, _USER and _GROUP will impact this image
docker-compose build jekyll
- name: Verify Jekyll container
id: verify_image
run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}/:/home/${USER}/workspace" \
--entrypoint bash \
jekyll -c "whoami; pwd; ls -lA ."
- name: Build Jekyll site
id: build_site
run: |