Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed May 18, 2024
1 parent ffe06c4 commit 6f5687b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
deploy:
name: "[Prototype] Prepare Release"
runs-on: ubuntu-latest
steps:
- name: Use Node.js 20
Expand Down
2 changes: 1 addition & 1 deletion scripts/createSnippetDefenition.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $commands = @()

foreach ($command in $allCommands) {
$commandDocs = ConvertFrom-Markdown -Path $command
$html = New-Object -Com 'HTMLFile'
$html = New-Object -ComObject 'HTMLFile'
$html.write([ref]$commandDocs.Html)

$title = $html.all.tags('h1')[0]
Expand Down

0 comments on commit 6f5687b

Please sign in to comment.