From ab49323bf4873433836c0c246b7556a3bb6f0064 Mon Sep 17 00:00:00 2001 From: saltyminty Date: Mon, 29 Jan 2024 19:44:26 -0800 Subject: [PATCH] Update README Github Pages instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c66b7590..910f44fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The goal of this repo is to provide a template from which students can host CS18 ## Enabling Github Pages -To enable Github pages, go to the 'Settings' tab then click on 'Pages'. Under 'Source', make sure that the branch is set to 'master' and the folder is set to 'root'. If these settings are correct, navigating to the GitHub page link should render index.html. +To enable Github pages, go to the 'Settings' tab then click on 'Pages'. Under 'Build and Deployment' -> 'Branch', make sure that the branch is set to 'master' and the folder is set to 'root'. If these settings are correct, you should see a message saying "Your site is live at [website url]" at the top of the 'Pages' page, and navigating to the github page link should render index.html. ## Adding Homework Webpages