back to jekyll 4, trying passing env variables to docker...
This commit is contained in:
parent
07d2f37e3b
commit
23af589ce5
@ -3,7 +3,11 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build jekyll
|
- name: Build jekyll
|
||||||
image: jekyll/jekyll:3.8.4
|
image: jekyll/jekyll:latest
|
||||||
|
user: root
|
||||||
|
environment:
|
||||||
|
JEKYLL_UID: 1000
|
||||||
|
JEKYLL_GID: 1000
|
||||||
commands:
|
commands:
|
||||||
- "JEKYLL_ENV=production jekyll build"
|
- "JEKYLL_ENV=production jekyll build"
|
||||||
- name: Build parcel
|
- name: Build parcel
|
||||||
|
Loading…
Reference in New Issue
Block a user