Try to avoid empty volume
Jekyll / jekyll (push) Successful in 18s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 14:11:27 +02:00
parent d3a5b93704
commit 1e7ba01f27
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ jobs:
- name: Build Jekyll site
id: build_site
run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/appdata" \
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/site" -w /site \
jekyll build --verbose