add multilanguage support
All checks were successful
Deploy Website / deploy (push) Successful in 3s

This commit is contained in:
Roberto Musso
2026-04-12 09:56:20 +02:00
parent 26e81d3b79
commit 14cb07e1a7
9 changed files with 790 additions and 85 deletions

View File

@@ -31,6 +31,9 @@ jobs:
cp -r /tmp/website-deploy/index.html \
/tmp/website-deploy/privacy.html \
/tmp/website-deploy/terms.html \
/tmp/website-deploy/i18n.js \
/tmp/website-deploy/robots.txt \
/tmp/website-deploy/sitemap.xml \
"$DEPLOY_DIR/"
[ -d /tmp/website-deploy/assets ] && cp -r /tmp/website-deploy/assets "$DEPLOY_DIR/"