You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,17 @@ Process-PSModule follows:
15
15
## How to get started
16
16
17
17
1.[Create a repository from the Template-Module](https://github.com/PSModule/Template-PSModule).
18
-
This will create a new repository with the same structure as the PSModule organization.
19
-
2. Configure the repository:
18
+
1. Configure the repository:
20
19
1. Enable GitHub Pages in the repository settings. Set it to deploy from `GitHub Actions`.
21
-
This will create an environment called `github-pages` that is used to deploy the documentation to GitHub Pages.
20
+
1.This will create an environment called `github-pages` that GitHub deploys your site to.
22
21
Within the environment, remove the branch protection for `main`.
23
-
2.[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.
24
-
3. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.
25
-
3. Create a branch, make your changes, create a PR and let the workflow run.
22
+
<details>
23
+
<summary>Remove the branch protection for `main`</summary>
24
+

25
+
</details>
26
+
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.
27
+
1. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.
28
+
1. Create a branch, make your changes, create a PR and let the workflow run.
0 commit comments