Skip to content

Commit 19414da

Browse files
committed
Add CNAME for custom domain and update workflow to include it
1 parent 54a705e commit 19414da

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Build
3030
run: npm run build
3131

32+
- name: Copy CNAME
33+
run: cp CNAME build/
34+
3235
- name: Deploy to gh-pages
3336
uses: peaceiris/actions-gh-pages@v3
3437
with:

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sacgencode.js.org

public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sacgencode.js.org

0 commit comments

Comments
 (0)