Skip to content

Commit 8996d38

Browse files
authored
Ignore cache on production deploy (#4361)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent deae4d1 commit 8996d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/netlify-deploy-production.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ rm dart-sass-$DART_SASS_VERSION-linux-x64.tar.gz
2121
export PATH=/opt/build/repo/dart-sass:$PATH
2222

2323
npm install
24-
hugo --gc --minify --enableGitInfo
24+
hugo --gc --minify --enableGitInfo --ignoreCache

0 commit comments

Comments
 (0)