Skip to content

Commit a6c65b2

Browse files
committed
get the name of the old file correct
Signed-off-by: Toshaan Bharvani <[email protected]>
1 parent 957478f commit a6c65b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/netlify-production.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
hugo version
44
hugo --environment=production --theme=devopsdays-theme --minify --templateMetrics --logLevel info --buildDrafts=false --baseURL="$URL/"
55
CSSFINGERPRINTED=$(ls public/css/site.min.*.css)
6-
cp -f $CSSFINGERPRINTED public/css/site.min.css
6+
cp -f $CSSFINGERPRINTED public/css/site.css

bin/netlify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ hugo version
44
hugo --environment=development --theme=devopsdays-theme --buildDrafts=false --templateMetrics --templateMetricsHints --printMemoryUsage --printPathWarnings --printUnusedTemplates --printI18nWarnings --logLevel debug --baseURL="$DEPLOY_PRIME_URL"
55
cp bin/staging-robots.txt public/robots.txt
66
CSSFINGERPRINTED=$(ls public/css/site.min.*.css)
7-
cp -fv $CSSFINGERPRINTED public/css/site.min.css
7+
cp -fv $CSSFINGERPRINTED public/css/site.css

0 commit comments

Comments
 (0)