Skip to content

Commit 14bbc97

Browse files
(MAINT) Update site and build version pins
This change updates the site to use the latest version of Hugo and the Platen theme. It also updates the build configurations.
1 parent 01875a1 commit 14bbc97

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/publish.site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/cache@v4
5555
with:
5656
path: '~/.local/share/powershell/Modules'
57-
key: ${{ runner.os }}-SqlServer-PSScriptAnalyzer
57+
key: ${{ runner.os }}-dsc-samples
5858
- name: Install required PowerShell modules
5959
if: steps.cacher.outputs.cache-hit != 'true'
6060
shell: pwsh

.site/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/PowerShell/DSC-Samples/_site
22

33
go 1.19
44

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

.site/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af h1:lJl3fQ9BgxG0G0KqW8dcg0u9oDwt4NUfi2PTYYuHS1w=
22
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=

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ command = "../netlify.sh"
55
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ./docs ./samples ./tstoy"
66

77
[context.production.environment]
8-
HUGO_VERSION = "0.116.1"
8+
HUGO_VERSION = "0.124.1"
99
HUGO_ENV = "production"
1010
HUGO_ENABLEGITINFO = "true"
1111

1212
[context.split1]
1313
command = "../netlify.sh"
1414

1515
[context.split1.environment]
16-
HUGO_VERSION = "0.116.1"
16+
HUGO_VERSION = "0.124.1"
1717
HUGO_ENV = "production"
1818

1919
[context.deploy-preview]
2020
command = "../netlify.sh"
2121

2222
[context.deploy-preview.environment]
23-
HUGO_VERSION = "0.116.1"
23+
HUGO_VERSION = "0.124.1"
2424

2525
[context.branch-deploy]
2626
command = "../netlify.sh"
2727

2828
[context.branch-deploy.environment]
29-
HUGO_VERSION = "0.116.1"
29+
HUGO_VERSION = "0.124.1"
3030

3131
[context.next.environment]
3232
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)