Share the workspace to build Jekyll
Jekyll / test-ci-actions (push) Successful in 22s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 16:14:21 +02:00
parent 2f1abb8c08
commit 4dd57bf844
1 changed files with 2 additions and 3 deletions

View File

@ -64,11 +64,10 @@ jobs:
- name: Verify Jekyll container
id: verify_image
run: |
set -x
VOL=$(docker volume ls | grep -Po "GITEA-ACTIONS-TASK-[0-9]+_WORKFLOW-Jekyll_JOB-test-ci-actions$")
echo "VOL=${VOL}"
docker-compose run --rm --entrypoint bash -v "${VOL}:/home/ubuntu/workspace" jekyll -c "whoami; pwd; ls -lA ."
- name: Build Jekyll site
id: build_site
run: |
docker-compose run --rm jekyll build --verbose
VOL=$(docker volume ls | grep -Po "GITEA-ACTIONS-TASK-[0-9]+_WORKFLOW-Jekyll_JOB-test-ci-actions$")
docker-compose run --rm -v "${VOL}:/home/ubuntu/workspace" jekyll build --verbose