From 14bbc971b8d9f2c79937ba3ec1a8fed649476d38 Mon Sep 17 00:00:00 2001 From: Mikey Lombardi Date: Fri, 22 Mar 2024 10:06:15 -0500 Subject: [PATCH] (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. --- .github/workflows/publish.site.yml | 2 +- .site/go.mod | 4 +--- .site/go.sum | 2 ++ netlify.toml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.site.yml b/.github/workflows/publish.site.yml index 018b016..cf9410a 100644 --- a/.github/workflows/publish.site.yml +++ b/.github/workflows/publish.site.yml @@ -54,7 +54,7 @@ jobs: uses: actions/cache@v4 with: path: '~/.local/share/powershell/Modules' - key: ${{ runner.os }}-SqlServer-PSScriptAnalyzer + key: ${{ runner.os }}-dsc-samples - name: Install required PowerShell modules if: steps.cacher.outputs.cache-hit != 'true' shell: pwsh diff --git a/.site/go.mod b/.site/go.mod index b4be6be..b0774c4 100644 --- a/.site/go.mod +++ b/.site/go.mod @@ -2,6 +2,4 @@ module github.com/PowerShell/DSC-Samples/_site go 1.19 -require ( - github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af // indirect -) +require github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c // indirect diff --git a/.site/go.sum b/.site/go.sum index 0769d9a..0a54a3e 100644 --- a/.site/go.sum +++ b/.site/go.sum @@ -1,2 +1,4 @@ github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af h1:lJl3fQ9BgxG0G0KqW8dcg0u9oDwt4NUfi2PTYYuHS1w= github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af/go.mod h1:7pfizXCKb4vonp6Og/3zkoy09YYsHip9/hXiT/pc3IM= +github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c h1:ftQLeFf3erlZrGq/3RGkwglSBT/sq9Xz8tYfi14LQdM= +github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c/go.mod h1:7pfizXCKb4vonp6Og/3zkoy09YYsHip9/hXiT/pc3IM= diff --git a/netlify.toml b/netlify.toml index 944ea23..7e50505 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "../netlify.sh" ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ./docs ./samples ./tstoy" [context.production.environment] -HUGO_VERSION = "0.116.1" +HUGO_VERSION = "0.124.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -13,20 +13,20 @@ HUGO_ENABLEGITINFO = "true" command = "../netlify.sh" [context.split1.environment] -HUGO_VERSION = "0.116.1" +HUGO_VERSION = "0.124.1" HUGO_ENV = "production" [context.deploy-preview] command = "../netlify.sh" [context.deploy-preview.environment] -HUGO_VERSION = "0.116.1" +HUGO_VERSION = "0.124.1" [context.branch-deploy] command = "../netlify.sh" [context.branch-deploy.environment] -HUGO_VERSION = "0.116.1" +HUGO_VERSION = "0.124.1" [context.next.environment] HUGO_ENABLEGITINFO = "true"