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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ projects.
9
9
## How to get started
10
10
11
11
1.[Create a repository from the Template-Module](https://github.com/new?template_name=Template-PSModule&template_owner=PSModule&description=Add%20a%20description%20(required)&name=%3CModule%20name%3E).
12
-
1. Configure the repository:
12
+
2. Configure the repository:
13
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.
14
+
2. This will create an environment called `github-pages` that GitHub deploys your site to.
15
15
16
16
<details><summary>Within the <code>github-pages</code> environment, remove the branch protection for <code>main</code>.</summary>
17
17
<imgsrc="./media/pagesEnvironment.png"alt="Remove the branch protection on main">
0 commit comments