Skip to content

Commit

Permalink
ci: use temporary browsing domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 9, 2023
1 parent ef7a911 commit 153802c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
npx next export
- name: Add CNAME
run: |
echo "mx-space.js.org" > out/CNAME
# echo "mx-space.js.org" > out/CNAME
echo "mx-docs-next.iucky.cn" > out/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 153802c

Please sign in to comment.