Skip to content

Commit cf69e97

Browse files
committed
chore: update site url
1 parent c7faa7e commit cf69e97

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

.github/workflows/deploy.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
target_branch: gh-pages
4141
build_dir: docs/.vuepress/dist
42+
fqdn: jvm.doocs.org
4243
env:
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4445

@@ -54,11 +55,3 @@ jobs:
5455
with:
5556
source-repo: [email protected]:doocs/jvm.git
5657
destination-repo: [email protected]:Doocs/jvm.git
57-
58-
- name: Build Gitee Pages
59-
uses: yanglbme/gitee-pages-action@main
60-
with:
61-
gitee-username: yanglbme
62-
gitee-password: ${{ secrets.GITEE_PASSWORD }}
63-
gitee-repo: doocs/jvm
64-
branch: gh-pages

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
## 站点
2727

28-
https://doocs.github.io/jvm
28+
[https://jvm.doocs.org](https://jvm.doocs.org)
2929

3030
## 写作规范
3131

docs/00-quickstart.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@
2727

2828
## 站点
2929

30-
本项目使用开源小工具 [Gitee Pages Actions](https://github.com/yanglbme/gitee-pages-action) 实现站点的自动部署更新。
31-
32-
目前支持以下两个站点访问:
33-
34-
- [Gitee Pages](https://doocs.gitee.io/jvm)
35-
- [GitHub Pages](https://doocs.github.io/jvm)
30+
[https://jvm.doocs.org](https://jvm.doocs.org)
3631

3732
## 写作规范
3833

@@ -60,7 +55,7 @@ Doocs 技术社区,致力于打造一个内容完整、持续成长的互联
6055

6156
## 贡献者
6257

63-
感谢以下所有朋友对 [Doocs 技术社区](https://github.com/doocs) 所做出的贡献,[参与项目维护请戳这儿](https://doocs.github.io/#/?id=how-to-join)
58+
感谢以下所有朋友对 [Doocs 技术社区](https://github.com/doocs) 所做出的贡献,[参与项目维护请戳这儿](https://doocs.org/#/?id=how-to-join)
6459

6560
<!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section -->
6661

0 commit comments

Comments
 (0)