diff --git a/.drone.yml b/.drone.yml index b59bc3f..7358e80 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,11 @@ name: default steps: - name: Build jekyll - image: jekyll/jekyll:3.8.4 + image: jekyll/jekyll:latest + user: root + environment: + JEKYLL_UID: 1000 + JEKYLL_GID: 1000 commands: - "JEKYLL_ENV=production jekyll build" - name: Build parcel