forked from drowl87/hextra_mirror
ci: use dynamic repo and username for baseURL
This commit is contained in:
parent
04e131f93a
commit
237d890f67
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
hugo \
|
hugo \
|
||||||
--minify \
|
--minify \
|
||||||
--themesDir=../.. --source=exampleSite \
|
--themesDir=../.. --source=exampleSite \
|
||||||
--baseURL "https://imfing.github.io/hextra/"
|
--baseURL "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/"
|
||||||
- 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