Stop debugging this
Jekyll / test-ci-actions (push) Successful in 21s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 17:33:02 +02:00
parent afcf260ac9
commit d9e1720aba
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ jobs:
- name: Build Jekyll site
id: build_site
run: |
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