Skip to content

Commit

Permalink
feat: modify cname
Browse files Browse the repository at this point in the history
  • Loading branch information
sincerexie committed Apr 13, 2024
1 parent 5cc75e0 commit 244ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rm -rf node_modules && npm ci
npm run build
cd dist
echo 'sincerexie.com' > CNAME
echo 'sincerexie.top' > CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 244ef74

Please sign in to comment.