File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Depending on the labels in the pull requests, the workflow will result in differ
5151- [ Publish site] ( ./.github/workflows/Publish-Site.yml )
5252 - Publishes the static site with the module documentationto GitHub Pages.
5353- [ Publish module] ( ./.github/workflows/Publish-Module.yml )
54- - Publishes the module to the PowerShell Gallery.
55- - Creates a release on the GitHub repository.
54+ - Publishes the module to the PowerShell Gallery.
55+ - Creates a release on the GitHub repository.
5656
5757To use the workflow, create a new file in the ` .github/workflows ` directory of the module repository and add the following content.
5858<details >
@@ -122,7 +122,7 @@ Here's a Markdown-formatted table describing your PowerShell object structure cl
122122| ` Build.Skip ` | ` Boolean ` | Skip all build tasks | ` false ` |
123123| ` Build.Module.Skip ` | ` Boolean ` | Skip module build | ` false ` |
124124| ` Build.Docs.Skip ` | ` Boolean ` | Skip documentation build | ` false ` |
125- | ` Build.Site.Skip ` | ` Boolean ` | Skip website build | ` false ` |
125+ | ` Build.Site.Skip ` | ` Boolean ` | Skip site build | ` false ` |
126126| ` Publish.Module.Skip ` | ` Boolean ` | Skip module publishing | ` false ` |
127127| ` Publish.Module.AutoCleanup ` | ` Boolean ` | Automatically cleanup old prerelease module versions | ` true ` |
128128| ` Publish.Module.AutoPatching ` | ` Boolean ` | Automatically patch module version | ` true ` |
You can’t perform that action at this time.
0 commit comments