Debug this
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 17:29:36 +02:00
parent 55d102a963
commit afcf260ac9
1 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,10 @@ jobs:
- name: Build Jekyll site
id: build_site
run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll build --verbose
env | sort
set -x
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
- name: Upload Jekyll site
uses: "actions/upload-artifact@v3"
with: