forked from drowl87/hextra_mirror
fix: hugo build baseURL
This commit is contained in:
parent
9b4113ab41
commit
7e302acbba
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
hugo \
|
hugo \
|
||||||
--minify \
|
--minify \
|
||||||
--themesDir=../.. --source=exampleSite \
|
--themesDir=../.. --source=exampleSite \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "https://imfing.github.io/hextra/"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user