Hard code the base url into the hugo actions workflow

This commit is contained in:
Joey Hafner 2024-05-28 23:29:19 -07:00
parent d739e2db4c
commit f814fec811

View File

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