We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba88407 commit 52fb596Copy full SHA for 52fb596
psturtle.com/LICENSE.html.ps1
@@ -15,15 +15,15 @@ $RepositoryUrl,
15
16
# We can provide the changelog path by hard-coding it, or it can provided in site or page metadata.
17
[string]
18
-$LicensePath = '../LICENSE.txt'
+$LicensePath = '../LICENSE'
19
)
20
21
# Push into this location, in case we are building this file interactively.
22
if ($PSScriptRoot) { Push-Location $PSScriptRoot}
23
24
if (-not $RepositoryUrl) {
25
if ($gitHubEvent.repository.html_url) {
26
- $repositoryUrl = $gitHubEvent.repository.html_url
+ $repositoryUrl = $gitHubEvent.repository.html_url -as [uri]
27
} else {
28
return
29
}
0 commit comments