File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,28 @@ publish = "public"
3
3
command = " hugo --gc"
4
4
5
5
[context .production .environment ]
6
- HUGO_VERSION = " 0.122.0 "
6
+ HUGO_VERSION = " 0.123.7 "
7
7
HUGO_ENV = " production"
8
8
HUGO_ENABLEGITINFO = " true"
9
9
10
10
[context .split1 ]
11
11
command = " hugo --gc--enableGitInfo"
12
12
13
13
[context .split1 .environment ]
14
- HUGO_VERSION = " 0.122.0 "
14
+ HUGO_VERSION = " 0.123.7 "
15
15
HUGO_ENV = " production"
16
16
17
17
[context .deploy-preview ]
18
18
command = " hugo --gc --buildFuture -b $DEPLOY_PRIME_URL"
19
19
20
20
[context .deploy-preview .environment ]
21
- HUGO_VERSION = " 0.122.0 "
21
+ HUGO_VERSION = " 0.123.7 "
22
22
23
23
[context .branch-deploy ]
24
24
command = " hugo --gc -b $DEPLOY_PRIME_URL"
25
25
26
26
[context .branch-deploy .environment ]
27
- HUGO_VERSION = " 0.122.0 "
27
+ HUGO_VERSION = " 0.123.7 "
28
28
29
29
[context .next .environment ]
30
30
HUGO_ENABLEGITINFO = " true"
You can’t perform that action at this time.
0 commit comments