We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9443e1f commit b783a02Copy full SHA for b783a02
.github/workflows/ci.yml
@@ -234,7 +234,7 @@ jobs:
234
needs: [check]
235
environment:
236
name: deploy-docs
237
- url: https://testing-ai.pydantic.dev
+ url: https://ai.pydantic.dev
238
239
steps:
240
- uses: actions/checkout@v4
docs-site/wrangler.toml
@@ -1,7 +1,7 @@
1
#:schema node_modules/wrangler/config-schema.json
2
name = "pydantic-ai"
3
compatibility_date = "2025-01-29"
4
-routes = ["testing-ai.pydantic.dev/*"]
+routes = ["ai.pydantic.dev/*"]
5
main = "src/index.ts"
6
workers_dev = false
7
0 commit comments