Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions content/gh_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,13 @@ jobs:

**Step 4**: Enable GitHub Pages
- On GitHub go to "Settings" -> "Pages".
- In the "Source" section, choose "Deploy from a branch" in the dropdown menu.
- In the "Branch" section choose "gh-pages" and "/root" in the dropdown menus and click
save.
- You should now be able to verify the pages deployment in the Actions list).
- Under "Build and deployment"
- In the **Source** section: choose "Deploy from a branch" in the dropdown menu
- In the **Branch** section: choose "gh-pages" and "/ (root)" in the dropdown menus
and click the **Save** button.
- You should now be able to verify the pages deployment in the "Actions" list
([this is how it looks like](https://github.com/coderefinery/documentation/actions)
for this lesson material).

**Step 5**: Verify the result
- Your site should now be live on `https://USER.github.io/documentation-example/` (replace USER).
Expand Down
Loading