don't explicitly set baseurl, let it come from hugo configs

This commit is contained in:
John Bowdre 2024-01-21 12:52:45 -06:00
parent fbb0ad085a
commit 49150ccf97

View file

@ -40,8 +40,7 @@ jobs:
HUGO_ENV: production
run: |
hugo \
--minify \
--baseURL "https://runtimeterror.dev/"
--minify
- name: Highlight with Torchlight
run: |
npm i @torchlight-api/torchlight-cli