We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31b657 commit 5e830e4Copy full SHA for 5e830e4
1 file changed
build.ps1
@@ -158,6 +158,12 @@ $([Web.HttpUtility]::HtmlAttributeEncode($descriptionMessage))
158
"<h3>Last built at $([DateTime]::UtcNow.ToString("s")) running @ $cpuSpeed Mhz</h3>"
159
"<h4><a href='https://github.com/PowerShellWeb/4kbMarkdownFiles/'><button>Github Repo</button></a></h4>"
160
161
+ "<h4>"
162
+ "[](https://github.com/PowerShellWeb/4kbMarkdownFiles/actions/workflows/deploy.yml)" |
163
+ ConvertFrom-Markdown |
164
+ Select-Object -ExpandProperty Html
165
+ "</h4>"
166
+
167
foreach ($buildTime in $buildTimes) {
168
$green = [byte][Math]::Floor(
169
(1 - $buildTime.RelativeSpeed) * 255
0 commit comments