We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9383d81 commit 380c1c2Copy full SHA for 380c1c2
netlify.toml
@@ -3,16 +3,10 @@
3
command = "./hugo-ci.sh --gc -s exampleSite --minify"
4
5
[build.environment]
6
- HUGO_VERSION = "0.115.1"
+ HUGO_VERSION = "0.133.0"
7
8
[context.deploy-preview]
9
command = "./hugo-ci.sh -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
10
11
- [context.deploy-preview.environment]
12
13
-
14
[context.branch-deploy]
15
command = "./hugo-ci.sh -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
16
17
- [context.branch-deploy.environment]
18
0 commit comments