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: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/" \
|
--baseURL https://willfaught.github.io/paige \
|
||||||
--source exampleSite \
|
--source exampleSite \
|
||||||
--themesDir ..
|
--themesDir ..
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Reference in New Issue
Block a user