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:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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)
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user