chore: Disable custom domain

This commit is contained in:
David Lapshin 2023-07-09 18:09:45 +03:00
parent bbb6a36191
commit 8d148c64b9
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -44,7 +44,7 @@ steps:
- bundle install
- bundle exec jekyll build
# Only needed for custom domains
- cp domains _site/.domains
# - cp domains _site/.domains
# Push to target
- cd _site
- git add --all