We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2952edc commit 7aa38d3Copy full SHA for 7aa38d3
2 files changed
.github/workflows/jekyll.yml
@@ -27,6 +27,8 @@ jobs:
27
bundler-cache: true
28
29
- name: Build
30
+ env:
31
+ JEKYLL_ENV: production
32
run: bundle exec jekyll build
33
34
- name: Tailscale
.github/workflows/pr-build.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Upload site artifact
0 commit comments