From 381414d805d29ba6357980e6eb69fa2552b04dbb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 7 Feb 2025 02:13:49 +0000 Subject: [PATCH] Disable image caching in setup-qemu action Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0df6d5b..33ec2d9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ docs: hugo-tools .PHONY: docs-skip-assets docs-skip-assets: hugo-tools - $(HUGO_TOOLS) docs-aggregator --skip-assets --fm-replacements product_gateway_=docs_,/products/gateway/=/docs/ + $(HUGO_TOOLS) docs-aggregator --exclude-assets --fm-replacements product_gateway_=docs_,/products/gateway/=/docs/ find ./data -name "*.json" -exec sed -i 's/https:\/\/cdn.appscode.com\/images/\/assets\/images/g' {} \; .PHONY: assets