Skip to content

Commit b7babd3

Browse files
đź”§ [Docs]: Remove unnecessary line breaks in GitHub Pages setup instructions
1 parent 81cf354 commit b7babd3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎README.md‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ Process-PSModule follows:
1818
1. Configure the repository:
1919
1. Enable GitHub Pages in the repository settings. Set it to deploy from `GitHub Actions`.
2020
1. This will create an environment called `github-pages` that GitHub deploys your site to.
21-
<details>
22-
<summary>Within the environment, remove the branch protection for <code>main</code>.</summary>
23-
21+
<details><summary>Within the environment, remove the branch protection for <code>main</code>.</summary>
2422
![Remove the branch protection on main](./media/pagesEnvironment.png)
25-
2623
</details>
2724
1. [Create an API key on the PowerShell Gallery](https://www.powershellgallery.com/account/apikeys). Give it enough permission to manage the module you are working on.
2825
1. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.

0 commit comments

Comments
 (0)