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 1 deletions
Showing only changes of commit 444b318ee3 - Show all commits

View File

@ -47,7 +47,6 @@ jobs:
id: build_site id: build_site
run: | run: |
docker volume inspect "${JOB_CONTAINER_NAME}" docker volume inspect "${JOB_CONTAINER_NAME}"
ls -lA "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data"
docker-compose run --rm -v "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data:/home/ubuntu/workspace" jekyll build --verbose docker-compose run --rm -v "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data:/home/ubuntu/workspace" jekyll build --verbose
- name: Verify site - name: Verify site
id: verify_site id: verify_site