Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 153802c

Browse files
committed
ci: use temporary browsing domain names
1 parent ef7a911 commit 153802c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

.github/workflows (ready)/deploy.yml renamed to .github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
npx next export
4242
- name: Add CNAME
4343
run: |
44-
echo "mx-space.js.org" > out/CNAME
44+
# echo "mx-space.js.org" > out/CNAME
45+
echo "mx-docs-next.iucky.cn" > out/CNAME
4546
- name: Deploy
4647
uses: peaceiris/actions-gh-pages@v3
4748
with:

0 commit comments

Comments
 (0)