Skip to content

Commit 6305694

Browse files
committed
Remove CNAME file from preview builds to fix routing conflicts
1 parent 17b45eb commit 6305694

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/preview-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
- name: Build with Jekyll for preview
5151
run: |
5252
bundle exec jekyll build --destination ./_site
53+
# Remove CNAME file from preview builds to avoid routing conflicts
54+
rm -f ./_site/CNAME
5355
env:
5456
JEKYLL_ENV: production
5557

0 commit comments

Comments
 (0)