Skip to content

Commit

Permalink
update CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Axi404 committed Oct 12, 2024
1 parent 643c05a commit 5507b64
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 @@ -47,7 +47,7 @@ jobs:
- name: Build with VitePress
run: pnpm build # 或 pnpm build / yarn build / bun run build
- name: Create CNAME file
run: echo 'aidiy.icu' > docs/.vitepress/dist/CNAME
run: echo 'csbaoyan.top' > docs/.vitepress/dist/CNAME
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5507b64

Please sign in to comment.