Skip to content

Commit b67062a

Browse files
authored
构建时使用 JEKYLL_ENV=production 环境变量 (#264)
1 parent 9820df0 commit b67062a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ clone:
88
steps:
99
- name: build
1010
image: jekyll/jekyll:4.2.2
11+
environment:
12+
JEKYLL_ENV: production
1113
commands:
1214
- touch Gemfile.lock
1315
- chmod a+w Gemfile.lock

0 commit comments

Comments
 (0)