Hard code the base url into the hugo actions workflow
This commit is contained in:
parent
d739e2db4c
commit
f814fec811
2
Jafner.dev/.github/workflows/hugo.yaml
vendored
2
Jafner.dev/.github/workflows/hugo.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
hugo \
|
||||
--gc \
|
||||
--minify \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
--baseURL "https://jafner.dev/"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user