mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 15:02:18 +00:00
don't explicitly set baseurl, let it come from hugo configs
This commit is contained in:
parent
13c8bdccfa
commit
92da8b7593
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