Skip to content

Commit a83a826

Browse files
🔧 [Docs]: Fix formatting in README for clarity on publishing steps and site build
1 parent a1ea962 commit a83a826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5757
To 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` |

0 commit comments

Comments
 (0)