Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
- name: Reset the production project (destroy-then-redeploy cutover)
if: github.event_name == 'workflow_dispatch' && inputs.reset
run: bun scripts/delete-project.ts composer-docs
- name: One-off TML-3157 state-scope migration (remove once the deploy is green)
run: bun scripts/migrate-docs-state-tml3157.ts
# No --stage: this targets production. The CLI is invoked directly rather
# than through the package's `deploy` script, which sources a local .env
# that does not exist on a runner (the credentials are already in env).
Expand Down
99 changes: 0 additions & 99 deletions scripts/migrate-docs-state-tml3157.ts

This file was deleted.

Loading