Skip to content

Commit 19f4231

Browse files
committed
Set docs.agentpin.org custom domain, add CNAME to build
1 parent 79c3e0d commit 19f4231

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python-version: 3.x
2525
- run: pip install zensical
2626
- run: zensical build --clean
27+
- run: echo 'docs.agentpin.org' > site/CNAME
2728
- uses: actions/upload-pages-artifact@v4
2829
with:
2930
path: site

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
site_name = "AgentPin Documentation"
3-
site_url = "https://thirdkeyai.github.io/agentpin/"
3+
site_url = "https://docs.agentpin.org/"
44
site_description = "Domain-anchored cryptographic identity protocol for AI agents"
55

66
[project.repository]

0 commit comments

Comments
 (0)