Skip to content

Commit b335147

Browse files
feat: psturtle.com includes ( Fixes #182 )
Adding includes for LastBuild.json and removing from build.
1 parent 7f1e5ad commit b335147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psturtle.com/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if ($PSScriptRoot -and "$PSScriptRoot" -ne "$pwd") {
118118
}
119119

120120
if ($site.includes.'LastBuild.json' -is [Management.Automation.ExternalScriptInfo]) {
121-
. $site.includes.'LastBuild.json'
121+
. $site.includes.'LastBuild.json' > ./lastBuild.json
122122
}
123123

124124
#region index.rss

0 commit comments

Comments
 (0)