Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .site/go.sum
Original file line number Diff line number Diff line change
@@ -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=
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ 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"

[context.split1]
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"