We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1845e commit 8b3b70cCopy full SHA for 8b3b70c
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.schemapin.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 = "SchemaPin Documentation"
3
-site_url = "https://thirdkeyai.github.io/SchemaPin/"
+site_url = "https://docs.schemapin.org/"
4
site_description = "Cryptographic tool schema verification to prevent MCP Rug Pull attacks"
5
6
[project.repository]
0 commit comments