Skip to content

Commit ddc2c38

Browse files
authored
ghpages walkthrough: clearer instructions
Not all necessary, but the `/ root` bit was actually supposed to be `/ (root)`.
1 parent 738ff3d commit ddc2c38

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

content/gh_workflow.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ jobs:
8383
8484
**Step 4**: Enable GitHub Pages
8585
- On GitHub go to "Settings" -> "Pages".
86-
- In the "Source" section, choose "Deploy from a branch" in the dropdown menu.
87-
- In the "Branch" section choose "gh-pages" and "/root" in the dropdown menus and click
88-
save.
89-
- You should now be able to verify the pages deployment in the Actions list).
86+
- Under "Build and deployment"
87+
- In the **Source** section: choose "Deploy from a branch" in the dropdown menu
88+
- In the **Branch** section: choose "gh-pages" and "/ (root)" in the dropdown menus
89+
and click the **Save** button.
90+
- You should now be able to verify the pages deployment in the "Actions" list
91+
([this is how it looks like](https://github.com/coderefinery/documentation/actions)
92+
for this lesson material).
9093
9194
**Step 5**: Verify the result
9295
- Your site should now be live on `https://USER.github.io/documentation-example/` (replace USER).

0 commit comments

Comments
 (0)