fix: Add missing .domains file to pages branch
All checks were successful
Build and Deploy Blog / build (push) Successful in 22s

This commit is contained in:
Kumi 2025-06-07 11:28:57 +02:00
parent 71f05b5c5a
commit ebd2151bad
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -58,6 +58,10 @@ jobs:
mv ../static_site_temp/* ./
mv ../static_site_temp/.* ./ 2>/dev/null || true
# Write .domains file
echo "kumi.blog" > .domains
echo "www.kumi.blog" >> .domains
# Add and commit the static site files
git add .
git commit -m "Deploy blog"