Hard code base URL
This commit is contained in:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
run: |
|
||||
hugo \
|
||||
--minify \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/" \
|
||||
--baseURL https://willfaught.github.io/paige \
|
||||
--source exampleSite \
|
||||
--themesDir ..
|
||||
- name: Upload artifact
|
||||
|
Reference in New Issue
Block a user