fix: Add missing .domains file to pages branch
All checks were successful
Build and Deploy Blog / build (push) Successful in 22s
All checks were successful
Build and Deploy Blog / build (push) Successful in 22s
This commit is contained in:
parent
71f05b5c5a
commit
ebd2151bad
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue