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 f9eab1ff6a - Show all commits

View File

@ -33,7 +33,7 @@ jobs:
- name: Build Jekyll image
id: build_image
run: |
# The environment variables _UID, _GID, _USER and _GROUP will impact this image
# The environment variables _UID and _GID can impact this image
docker-compose build jekyll
- name: Build Jekyll site
id: build_site