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 \
|
||||
--minify \
|
||||
--themesDir=../.. --source=exampleSite \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
--baseURL "https://imfing.github.io/hextra/"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user