Implement Jekyll CI workflow with docker #2

Merged
btlogy merged 60 commits from 1.test-ci into main 2024-05-23 12:16:39 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit d9e1720aba - Show all commits

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