We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bc1e9 commit dbfc21eCopy full SHA for dbfc21e
.github/workflows/pages.yml
@@ -25,6 +25,8 @@ jobs:
25
run: npm install
26
- name: Build
27
run: npm run build
28
+ - name: touch CNAME
29
+ run: echo "charrev.moe" > ./dist/CNAME
30
- name: Deploy
31
uses: peaceiris/actions-gh-pages@v3
32
with:
0 commit comments