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