Who are we inside the task container
Jekyll / test-ci-actions (push) Failing after 19s
Details
Jekyll / test-ci-actions (push) Failing after 19s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
488936a387
commit
a6dd656df5
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue