* Fixing brokens URI paths to font and favicon in gitlab pages
This commit is contained in:
@@ -18,10 +18,14 @@ build-pages:
|
||||
stage: build
|
||||
extends: .builder
|
||||
script:
|
||||
# Build the base config first
|
||||
- hugo --config configs/pages.toml
|
||||
# Next we fix the path to the font
|
||||
- sed -i 's/\/media/\/shockrah-city\/media/g' public/css/style.css
|
||||
|
||||
|
||||
|
||||
# Deploys the gitlab Page for
|
||||
pages:
|
||||
stage: deploy
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user