Skip to content

Commit bb4f738

Browse files
committed
Copy CNAME to dist
1 parent ec84314 commit bb4f738

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434

3535
- name: Build site
3636
run: bun run build
37+
38+
- name: Copy CNAME to dist
39+
run: cp CNAME ./dist/CNAME
3740

3841
- name: Upload Pages artifact
3942
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)