mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-01 15:28:48 +02:00
updated baseURL inside GitHub workflow
This commit is contained in:
parent
26821d743c
commit
864621bc0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
hugo \
|
||||
--gc \
|
||||
--minify \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/" \
|
||||
--baseURL "https://jannikmenzel.me/iFSR-Website/" \
|
||||
--cacheDir "${{ runner.temp }}/hugo_cache"
|
||||
- name: Cache Save
|
||||
id: cache-save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue