From 448f3b766bef94b5bbd7abe82b7263e7be0b7758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Fri, 24 Oct 2025 12:01:13 -0300 Subject: [PATCH] Fix: build CloudFront config upon docs release Hopefully the last fix after #366 --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 130b062..711e354 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -59,6 +59,7 @@ release_latest_docs: $(OUTPUT_DIR)/aws-cloudfront-redirect.js $(OUTPUT_DIR)/aws- .PHONY: $(OUTPUT_DIR)/aws-cloudfront-redirect.js $(OUTPUT_DIR)/aws-cloudfront-redirect.js: aws-cloudfront-redirect.js $(OUTPUT_DIR) + sed 's/$${CRYSTAL_VERSION}/$(CRYSTAL_VERSION)/g' "$<" > $@ .PHONY: get-website-configuration get-website-configuration: ## Pull website configuration from S3 bucket (run as `make pull-website-configuration -s > aws-config.json`)