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

Commit 5c28228

Browse files
authored
chore: release
Signed-off-by: Wibus <[email protected]>
1 parent b62e20b commit 5c28228

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ jobs:
4141
npx next export
4242
- name: Add CNAME
4343
run: |
44-
# echo "mx-space.js.org" > out/CNAME
45-
echo "mx-docs-next.iucky.cn" > out/CNAME
44+
echo "mx-space.js.org" > out/CNAME
4645
- name: Deploy
4746
uses: peaceiris/actions-gh-pages@v3
4847
with:
4948
github_token: ${{ secrets.GITHUB_TOKEN }}
5049
publish_dir: out
5150
env:
52-
CI: true
51+
CI: true

0 commit comments

Comments
 (0)