From ddc2c3848601c6a2c12d4e9087a05081105136c4 Mon Sep 17 00:00:00 2001 From: Michele Mesiti Date: Mon, 16 Mar 2026 12:54:38 +0100 Subject: [PATCH] ghpages walkthrough: clearer instructions Not all necessary, but the `/ root` bit was actually supposed to be `/ (root)`. --- content/gh_workflow.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/gh_workflow.md b/content/gh_workflow.md index 90bc2c4c..296dfa51 100644 --- a/content/gh_workflow.md +++ b/content/gh_workflow.md @@ -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).