fix: hugo build baseURL

This commit is contained in:
Xin 2023-08-21 01:35:55 +01:00 committed by GitHub
parent 9b4113ab41
commit 7e302acbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: