Implement Jekyll CI workflow with docker #2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue