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 1 additions and 1 deletions
Showing only changes of commit 1e7ba01f27 - Show all commits

View File

@ -39,5 +39,5 @@ jobs:
- name: Build Jekyll site - name: Build Jekyll site
id: build_site id: build_site
run: | run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/appdata" \ docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/site" -w /site \
jekyll build --verbose jekyll build --verbose