Pages: Explicitly set Hugo environment as production

This commit is contained in:
James M. Greene
2022-08-19 11:28:44 -05:00
committed by GitHub
parent 8a95669da9
commit c7c674d47e
+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