From b67062aee9c0bfb7a67c33fb92ca8e81ac7cb083 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=97=B6=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20`JEKYLL=5FENV=3Dproduction`=20=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=20(#264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a4c203c..ba9eab5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,8 @@ clone: steps: - name: build image: jekyll/jekyll:4.2.2 + environment: + JEKYLL_ENV: production commands: - touch Gemfile.lock - chmod a+w Gemfile.lock