More cleanup
Jekyll / jekyll (push) Successful in 21s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 12:03:39 +02:00
parent fcf1b29db2
commit f9eab1ff6a
1 changed files with 1 additions and 1 deletions

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