Merge pull request #1694 from MilanAryal/patch-1

Pages: Set Jekyll environment as production
This commit is contained in:
James M. Greene
2022-08-23 13:48:24 -05:00
committed by GitHub
+2
View File
@@ -37,6 +37,8 @@ jobs:
id: pages
uses: actions/configure-pages@v1
- run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory