Merge pull request #1689 from actions/pages-hugo-production

Pages: Explicitly set Hugo environment as production
This commit is contained in:
James M. Greene
2022-08-22 14:38:23 -05:00
committed by GitHub
+1
View File
@@ -46,6 +46,7 @@ jobs:
- name: Build with Hugo
run: |
hugo \
--environment production \
--minify \
--baseURL ${{ steps.pages.outputs.base_url }}
- name: Upload artifact