File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 54
54
uses : actions/cache@v4
55
55
with :
56
56
path : ' ~/.local/share/powershell/Modules'
57
- key : ${{ runner.os }}-SqlServer-PSScriptAnalyzer
57
+ key : ${{ runner.os }}-dsc-samples
58
58
- name : Install required PowerShell modules
59
59
if : steps.cacher.outputs.cache-hit != 'true'
60
60
shell : pwsh
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module github.com/PowerShell/DSC-Samples/_site
2
2
3
3
go 1.19
4
4
5
- require (
6
- github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af // indirect
7
- )
5
+ require github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c // indirect
Original file line number Diff line number Diff line change 1
1
github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af h1:lJl3fQ9BgxG0G0KqW8dcg0u9oDwt4NUfi2PTYYuHS1w =
2
2
github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af /go.mod h1:7pfizXCKb4vonp6Og/3zkoy09YYsHip9/hXiT/pc3IM =
3
+ github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c h1:ftQLeFf3erlZrGq/3RGkwglSBT/sq9Xz8tYfi14LQdM =
4
+ github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c /go.mod h1:7pfizXCKb4vonp6Og/3zkoy09YYsHip9/hXiT/pc3IM =
Original file line number Diff line number Diff line change @@ -5,28 +5,28 @@ command = "../netlify.sh"
5
5
ignore = " git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ./docs ./samples ./tstoy"
6
6
7
7
[context .production .environment ]
8
- HUGO_VERSION = " 0.116 .1"
8
+ HUGO_VERSION = " 0.124 .1"
9
9
HUGO_ENV = " production"
10
10
HUGO_ENABLEGITINFO = " true"
11
11
12
12
[context .split1 ]
13
13
command = " ../netlify.sh"
14
14
15
15
[context .split1 .environment ]
16
- HUGO_VERSION = " 0.116 .1"
16
+ HUGO_VERSION = " 0.124 .1"
17
17
HUGO_ENV = " production"
18
18
19
19
[context .deploy-preview ]
20
20
command = " ../netlify.sh"
21
21
22
22
[context .deploy-preview .environment ]
23
- HUGO_VERSION = " 0.116 .1"
23
+ HUGO_VERSION = " 0.124 .1"
24
24
25
25
[context .branch-deploy ]
26
26
command = " ../netlify.sh"
27
27
28
28
[context .branch-deploy .environment ]
29
- HUGO_VERSION = " 0.116 .1"
29
+ HUGO_VERSION = " 0.124 .1"
30
30
31
31
[context .next .environment ]
32
32
HUGO_ENABLEGITINFO = " true"
You can’t perform that action at this time.
0 commit comments