Stop debugging this
Jekyll / test-ci-actions (push) Successful in 21s
Details
Jekyll / test-ci-actions (push) Successful in 21s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
afcf260ac9
commit
d9e1720aba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue