Docs: Update references to reflect the transition from Caddy to Nginx
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 24s

This commit is contained in:
2026-03-25 03:53:31 +00:00
parent ac31ddbd14
commit 1144980295
2 changed files with 28 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ jobs:
# 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
# Deploy to Nginx Volume
mkdir -p /deploy/wiki
rm -rf /deploy/wiki/*
cp -r public/* /deploy/wiki/