Who are we inside the task container
Jekyll / test-ci-actions (push) Failing after 19s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 15:55:54 +02:00
parent 488936a387
commit a6dd656df5
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Verify Jekyll container
id: verify_image
run: |
docker-compose run --rm --entrypoint bash jekyll -c "ls -lA ."
docker-compose run --rm --entrypoint bash jekyll -c "whoami; pwd; ls -lA ."
- name: Build Jekyll site
id: build_site
run: |