Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Build the document
run: mkdocs build

- name: Add CNAME file
run: echo 'docs.tronlink.org' > site/CNAME

- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.tronlink.org
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: TronLink 开发者文档
site_description: TronLink 钱包开发者文档,包含移动端、插件钱包和 DApp 开发指南
site_author: TronLink Team
site_url: https://TronLink.github.io/docs
site_url: https://docs.tronlink.org/
# 仓库信息
repo_name: tronlink-doc
repo_url: https://github.com/TronLink/docs.git
Expand Down
Loading