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"