Skip to content

Commit 7d7644b

Browse files
🔧 [Docs]: Update instructions for GitHub Pages setup and branch protection removal
1 parent c538049 commit 7d7644b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎README.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ 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-
2221
<details>
2322
<summary>Within the environment, remove the branch protection for <code>main</code>.</summary>
2423

2524
![Remove the branch protection on main](./media/pagesEnvironment.png)
2625

2726
</details>
28-
2927
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.
3028
1. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.
3129
1. Create a branch, make your changes, create a PR and let the workflow run.

0 commit comments

Comments
 (0)