Skip to content

Commit dbfc21e

Browse files
authored
Add CNAME in pages.yml
1 parent b3bc1e9 commit dbfc21e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: npm install
2626
- name: Build
2727
run: npm run build
28+
- name: touch CNAME
29+
run: echo "charrev.moe" > ./dist/CNAME
2830
- name: Deploy
2931
uses: peaceiris/actions-gh-pages@v3
3032
with:

0 commit comments

Comments
 (0)