Skip to content

Commit 81bdd57

Browse files
authored
Bump PSDocs.Azure version for help docs pipeline (#74)
1 parent 5284104 commit 81bdd57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: pwsh
2121
run: |-
2222
Install-Module PSDocs -MinimumVersion '0.9.0-B2102002' -AllowPrerelease -Force;
23-
Install-Module PSDocs.Azure -MinimumVersion '0.3.0-B2103011' -AllowPrerelease -Force;
23+
Install-Module PSDocs.Azure -MinimumVersion '0.3.0-B2103037' -AllowPrerelease -Force;
2424
Import-Module PSDocs.Azure;
2525
Get-AzDocTemplateFile -Path templates/ | ForEach-Object {
2626
# Generate a standard name of the markdown file. i.e. <name>_<version>.md

0 commit comments

Comments
 (0)