From e1380d0fb43f09eb37a66fd40b264a7871af3852 Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Sat, 16 Apr 2022 17:36:34 -0400 Subject: [PATCH] docs: Update step 2 for moved pages location --- responses/01_turn-on-gh-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/01_turn-on-gh-pages.md b/responses/01_turn-on-gh-pages.md index 1e9e78b..4485533 100644 --- a/responses/01_turn-on-gh-pages.md +++ b/responses/01_turn-on-gh-pages.md @@ -9,7 +9,7 @@ Now, on to business! GitHub Pages allow you to serve a static site from a reposi ### :keyboard: Activity: Enable GitHub Pages 1. Click on the [**Settings**]({{ repoUrl }}/settings) tab in this repository -1. Scroll down to the "GitHub Pages" section +1. In the sidebar, locate the "Code and automation" section and click on `Pages` 1. From the "Source" drop down, select **main branch** > Note: Even though you'll see an option to choose a theme, do not apply a theme at this point. We've protected the code so you can't make unintended changes. You'll have the opportunity to apply a theme when the course is completed.