From 1f6dc0bf97672b85a455f1ceaf5d777d097f7977 Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Mon, 1 Jan 2024 17:53:15 +0100 Subject: [PATCH] archive `/schema` (#27) --- terraform/github/terraform.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index a30e558a8..e74adc3f3 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -143,6 +143,7 @@ repositories = { description = "Modeling the schema of data structures as first-class values" homepage_url = "https://effect-ts.github.io/schema" pages = { build_type = "legacy" } + is_archived = true } stm = { description = "An implementation of software transactional memory built with Effect"