Skip to content

Commit 1dfde1b

Browse files
committed
ci: update CNAME file for GitHub Pages deployment
1 parent 8b26322 commit 1dfde1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Create CNAME file
29-
run: echo 'n0wayback.shenghuo2.top' > ./dist/CNAME
29+
run: echo 'n0wayback.net' > ./dist/CNAME
3030

3131
- name: Deploy to GitHub Pages
3232
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)