Add a trailing slash back into the Hugo starter workflow for maximum backward compatibility with themes
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ jobs:
|
||||
run: |
|
||||
hugo \
|
||||
--minify \
|
||||
--baseURL ${{ steps.pages.outputs.base_url }}
|
||||
--baseURL ${{ steps.pages.outputs.base_url }}/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user