mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-10-16 01:04:26 +08:00
构建时使用 JEKYLL_ENV=production
环境变量 (#264)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9820df0db0
commit
b67062aee9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user