Fix: Restore Blowfish formatting and inject dynamic edit links via environment variables
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 19s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 19s
This commit is contained in:
@@ -49,8 +49,8 @@ jobs:
|
||||
# Clean git metadata
|
||||
rm -rf content/.git content/.gitea
|
||||
|
||||
# Build the site
|
||||
hugo --minify --destination public
|
||||
# Build the site using dynamic environment variable overrides
|
||||
HUGO_PARAMS_ARTICLE_EDITURL="https://git.wompmacho.com/wompmacho/docs-public/src/branch/main" hugo --minify --destination public
|
||||
|
||||
# Deploy to Caddy
|
||||
mkdir -p /deploy/wiki
|
||||
|
||||
Reference in New Issue
Block a user