Skip to content

Commit 7aa38d3

Browse files
committed
Set JEKYLL_ENV
1 parent 2952edc commit 7aa38d3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
bundler-cache: true
2828

2929
- name: Build
30+
env:
31+
JEKYLL_ENV: production
3032
run: bundle exec jekyll build
3133

3234
- name: Tailscale

.github/workflows/pr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
bundler-cache: true
2727

2828
- name: Build
29+
env:
30+
JEKYLL_ENV: production
2931
run: bundle exec jekyll build
3032

3133
- name: Upload site artifact

0 commit comments

Comments
 (0)