Skip to content

Commit 25f5423

Browse files
committed
CNAME test
1 parent 2d0f6a9 commit 25f5423

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,16 @@ jobs:
3232
3333
- run: npm ci
3434
name: Install
35-
36-
- run: |
37-
mkdir ./public
38-
cp ./CNAME ./public/CNAME
39-
35+
4036
- run: npm run build
4137
name: Build
4238

43-
- run: echo ./public/CNAME
44-
4539
- name: Upload gatsby artifact
4640
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4741
with:
4842
name: gatsby-build
4943
path: ./public
5044

51-
- run: echo ./public/CNAME
52-
5345
deploy:
5446
runs-on: ubuntu-latest
5547
needs: build

0 commit comments

Comments
 (0)