We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c3e0d commit 19f4231Copy full SHA for 19f4231
2 files changed
.github/workflows/docs.yml
@@ -24,6 +24,7 @@ jobs:
24
python-version: 3.x
25
- run: pip install zensical
26
- run: zensical build --clean
27
+ - run: echo 'docs.agentpin.org' > site/CNAME
28
- uses: actions/upload-pages-artifact@v4
29
with:
30
path: site
zensical.toml
@@ -1,6 +1,6 @@
1
[project]
2
site_name = "AgentPin Documentation"
3
-site_url = "https://thirdkeyai.github.io/agentpin/"
+site_url = "https://docs.agentpin.org/"
4
site_description = "Domain-anchored cryptographic identity protocol for AI agents"
5
6
[project.repository]
0 commit comments