mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +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
|
HUGO_ENV: production
|
||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--minify \
|
--minify
|
||||||
--baseURL "https://runtimeterror.dev/"
|
|
||||||
- name: Highlight with Torchlight
|
- name: Highlight with Torchlight
|
||||||
run: |
|
run: |
|
||||||
npm i @torchlight-api/torchlight-cli
|
npm i @torchlight-api/torchlight-cli
|
||||||
|
|
Loading…
Reference in a new issue