fix: Remove redundant CNAME copy step from GitHub Actions workflow

This commit is contained in:
sHa
2025-04-27 23:37:39 +03:00
parent 7107954315
commit fb360c1d93

View File

@@ -28,12 +28,6 @@ jobs:
- name: Build project - name: Build project
run: npm run build run: npm run build
- name: Copy CNAME (if exists)
run: |
if [ -f public/CNAME ]; then
cp public/CNAME public/build/CNAME
fi
- name: Prepare Pages artifact - name: Prepare Pages artifact
run: | run: |
mkdir -p ./gh-pages-artifact mkdir -p ./gh-pages-artifact