We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5a073 commit fb81954Copy full SHA for fb81954
1 file changed
README.md
@@ -12,9 +12,11 @@ projects.
12
1. Configure the repository:
13
1. Enable GitHub Pages in the repository settings. Set it to deploy from **GitHub Actions**.
14
1. This will create an environment called `github-pages` that GitHub deploys your site to.
15
+
16
> [!IMPORTANT]
17
> Within the **github-pages** environment, remove the branch protection for `main`
18
> 
19
20
2. [Create an API key on the PowerShell Gallery](https://www.powershellgallery.com/account/apikeys). Give it permission to manage the module you
21
are working on.
22
3. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.
0 commit comments