Add a trailing slash back into the Hugo starter workflow for maximum backward compatibility with themes

This commit is contained in:
James M. Greene
2022-08-19 10:15:25 -05:00
parent 4a6ec1eed2
commit a935168dbb
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: | run: |
hugo \ hugo \
--minify \ --minify \
--baseURL ${{ steps.pages.outputs.base_url }} --baseURL ${{ steps.pages.outputs.base_url }}/
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v1
with: with: