Skip to content

Commit 66e159d

Browse files
authored
fix: change path to /public
this is hexo, not nuxtjs
1 parent 275f083 commit 66e159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: npm run build
2828
- name: touch CNAME
29-
run: echo "charrev.moe" > ./dist/CNAME
29+
run: echo "charrev.moe" > ./public/CNAME
3030
- name: Deploy
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:

0 commit comments

Comments
 (0)