File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11[build ]
2- publish = " exampleSite/public"
3- command = " hugo --gc -s exampleSite --minify"
2+ publish = " exampleSite/public"
3+ command = " hugo --gc -s exampleSite --minify"
44
5- [ context . production .environment ]
6- HUGO_VERSION = " 0.109.0 "
5+ [ build .environment ]
6+ HUGO_VERSION = " 0.118.2 "
77
88[context .deploy-preview ]
9- command = " hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
10-
11- [context .deploy-preview .environment ]
12- HUGO_VERSION = " 0.109.0"
9+ command = " hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
1310
1411[context .branch-deploy ]
15- command = " hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
16-
17- [context .branch-deploy .environment ]
18- HUGO_VERSION = " 0.109.0"
19-
20-
12+ command = " hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
You can’t perform that action at this time.
0 commit comments