Skip to content

Commit df6bffa

Browse files
committed
fix: update Cloudflare Workers URL and rename project to docs-objectos
1 parent 182b438 commit df6bffa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
environment:
2121
name: cloudflare-docs
22-
url: https://objectos.objectstack.workers.dev
22+
url: https://docs-objectos.objectstack.workers.dev
2323
permissions:
2424
contents: read
2525
steps:

apps/docs/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/wrangler/config-schema.json",
3-
"name": "objectos",
3+
"name": "docs-objectos",
44
"main": ".open-next/worker.js",
55
"compatibility_date": "2025-03-01",
66
"compatibility_flags": [

0 commit comments

Comments
 (0)