mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
don't explicitly set baseurl, let it come from hugo configs
This commit is contained in:
parent
fbb0ad085a
commit
49150ccf97
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-to-neocities.yml
vendored
3
.github/workflows/deploy-to-neocities.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue