Add missing backslash for multi-line continuation

Co-authored-by: Yoann Chaudet <[email protected]>
This commit is contained in:
James M. Greene
2022-08-22 14:37:34 -05:00
committed by GitHub
co-authored by Yoann Chaudet
parent c7c674d47e
commit 0d3c129311
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Build with Hugo
run: |
hugo \
--environment production
--environment production \
--minify \
--baseURL ${{ steps.pages.outputs.base_url }}
- name: Upload artifact