Skip to content

Commit

Permalink
Ignore cache on production deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Dec 20, 2024
1 parent deae4d1 commit 1763ceb
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 1763ceb

Please sign in to comment.