* Fixing brokens URI paths to font and favicon in gitlab pages

This commit is contained in:
2022-05-03 15:05:35 -07:00
parent ad14b96fbe
commit 26e3dca2ea
2 changed files with 6 additions and 2 deletions

View File

@@ -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: