Skip to content

Commit

Permalink
Ignore cache on production deploy (#4361)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored Dec 20, 2024
1 parent deae4d1 commit 8996d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/netlify-deploy-production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8996d38

Please sign in to comment.