1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 10:49:58 +02:00

workflow: use production environment in Jekyll builds

This commit is contained in:
lifehackerhansol
2023-04-14 22:27:37 -07:00
parent 5f7156aa29
commit e4e2e8a9e0
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Run Jekyll
# Build the site using Jekyll
run: bundle exec jekyll build
run: JEKYLL_ENV=production bundle exec jekyll build
# Copy (or touch) other needed files
# .nojekyll: to tell GH Pages to not rebuild (lol)

View File

@@ -22,4 +22,4 @@ jobs:
- name: Run Jekyll
# Build the site using Jekyll
run: bundle exec jekyll build
run: JEKYLL_ENV=production bundle exec jekyll build