构建时使用 JEKYLL_ENV=production 环境变量 (#264)
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler
2025-10-03 12:44:00 +08:00
committed by GitHub
parent 9820df0db0
commit b67062aee9
+2
View File
@@ -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