Skip to content

Commit 7c181fb

Browse files
copy CNAME to deployment
1 parent aaa6b9e commit 7c181fb

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
@@ -42,6 +42,9 @@ jobs:
4242
name: production-files
4343
path: ./dist
4444

45+
- name: Copy CNAME file
46+
run: cp CNAME ./dist
47+
4548
- name: Deploy to GitHub Pages
4649
uses: peaceiris/actions-gh-pages@v4
4750
with:

0 commit comments

Comments
 (0)