diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index 4a97325..5204db0 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -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