From 1763ceb3bcb5e3fbbd3d342fd33a9285e3b7ec2a Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 20 Dec 2024 13:03:53 -0500 Subject: [PATCH] Ignore cache on production deploy Signed-off-by: Ian Maddaus --- scripts/netlify-deploy-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/netlify-deploy-production.sh b/scripts/netlify-deploy-production.sh index c5fd8f363f..98a80e0020 100644 --- a/scripts/netlify-deploy-production.sh +++ b/scripts/netlify-deploy-production.sh @@ -21,4 +21,4 @@ rm dart-sass-$DART_SASS_VERSION-linux-x64.tar.gz export PATH=/opt/build/repo/dart-sass:$PATH npm install -hugo --gc --minify --enableGitInfo +hugo --gc --minify --enableGitInfo --ignoreCache