Skip to content

Commit b783a02

Browse files
committed
switch docs domain to ai.pydantic.dev in new worker
1 parent 9443e1f commit b783a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
needs: [check]
235235
environment:
236236
name: deploy-docs
237-
url: https://testing-ai.pydantic.dev
237+
url: https://ai.pydantic.dev
238238

239239
steps:
240240
- uses: actions/checkout@v4

docs-site/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#:schema node_modules/wrangler/config-schema.json
22
name = "pydantic-ai"
33
compatibility_date = "2025-01-29"
4-
routes = ["testing-ai.pydantic.dev/*"]
4+
routes = ["ai.pydantic.dev/*"]
55
main = "src/index.ts"
66
workers_dev = false
77

0 commit comments

Comments
 (0)