File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33hugo version
44hugo --environment=production --theme=devopsdays-theme --minify --templateMetrics --logLevel info --buildDrafts=false --baseURL=" $URL /"
55CSSFINGERPRINTED=$( ls public/css/site.min.* .css)
6- cp -f $CSSFINGERPRINTED public/css/site.min. css
6+ cp -f $CSSFINGERPRINTED public/css/site.css
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ hugo version
44hugo --environment=development --theme=devopsdays-theme --buildDrafts=false --templateMetrics --templateMetricsHints --printMemoryUsage --printPathWarnings --printUnusedTemplates --printI18nWarnings --logLevel debug --baseURL=" $DEPLOY_PRIME_URL "
55cp bin/staging-robots.txt public/robots.txt
66CSSFINGERPRINTED=$( ls public/css/site.min.* .css)
7- cp -fv $CSSFINGERPRINTED public/css/site.min. css
7+ cp -fv $CSSFINGERPRINTED public/css/site.css
You can’t perform that action at this time.
0 commit comments