The UI has changed a bit since that video was made. There should be a "Pages" entry in the menu on the left of the repository settings page, click that.

Discussions

ruby - There is no Github pages section in repository settings - Stack Overflow
Bring the best of human thought and AI automation together at your work. Explore Stack Internal ... as the title says, when i go to repository settings and scroll down i don't see the Github Pages section. More on stackoverflow.com
🌐 stackoverflow.com
GitHub Pages option missing in settings
I Couldn’t able to find GitHub Pages option in GitHub settings section, Please anybody help. I want to generate the repo link. for my projects More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
1
0
May 12, 2022
Github Pages site disappeared, can't figure out why
Recently the site returns a 404 ... a GitHub Pages site here." I haven't touched the repository in at least a year or so. Try as I might, I can't figure out why the site in now unfindable. Insofar as possible, I have checked all settings and followed all instructions on how to make one's site visible (even though I had changed nothing)... More on github.com
🌐 github.com
4
4
GitHub pages do not appear - Web Applications Stack Exchange
Bring the best of human thought and AI automation together at your work. Explore Stack Internal ... I have added a gh-pages branch to a project on GitHub, but the GitHub pages are not appearing. ... On your repository, there is settings link. More on webapps.stackexchange.com
🌐 webapps.stackexchange.com
May 14, 2012
🌐
GitHub
github.com › orgs › community › discussions › 36942
github pages not showing in my setting · community · Discussion #36942
October 22, 2022 - There was an error while loading. Please reload this page. ... Step 1: Open your repo and on your repo open setting there ok. like this:- Step 2: inside the setting you can see page option in Code and automation section, click on it.
Find elsewhere
🌐
GitHub
docs.github.com › en › pages › getting-started-with-github-pages › configuring-a-publishing-source-for-your-github-pages-site
Configuring a publishing source for your GitHub Pages site - GitHub Docs
If you cannot see the "Settings" tab, select the dropdown menu, then click Settings. In the "Code and automation" section of the sidebar, click Pages.
🌐
GitHub
github.com › orgs › community › discussions › 57820
Websites deployed on GitHub Pages no longer functioning · community · Discussion #57820
Check if the "GitHub Pages" option is enabled and if the branch and deployment folder are set correctly. Check for code errors: Verify if there are any errors in your HTML, CSS, or JavaScript code.
🌐
Reddit
reddit.com › r/github › github pages is super simple, why can't i make it work?
r/github on Reddit: GitHub Pages is super simple, why can't I make it work?
September 5, 2023 -

**UPDATE/FIX** I created a new account and did a user page (instead of project page) and got a build error email on that one, so that was progress. It also means it's likely the builds weren't kicking off for my other account. I made some changes in a branch, committed/pushed, then merged that branch into main. This kicked off something in the actions tab which had always been blank before. The build succeeded and the cananasmith project is now live on Pages. So, I went to my other project to see if the branch merge is necessary and now when I update the html file and commit it straight to main, it also kicked off a build. As of now, I can only conclude that yesterday my account was flagged as a bot and actions were blocked. I have asked support to confirm this, if possible. Thank you all for your assistance.

All I see is the 404 page. I have deleted and remade a couple repos and I'm just trying to do basic HTML from a project for now.

Steps I took:

  • create a new account

  • create a new repo

  • push index.html (boilerplate from Emmett in VS Code)

  • change it to public

  • go to Pages in Settings and set it to deploy from branch 'main'

  • check

  • change index.html a few characters and commit

  • check

Next, delete the repo and start again using the GitHub tutorial which makes an index.html from the UI and only has an <h1>Hello</h1> in the index.html. Still nothing.

I'm working from https://github.com/kevins2024/cananasmith and trying to access the page using http://kevins2024.github.io/cananasmith and always see 404 (tried with a second project as well with same result). What have I missed? It feels like it just isn't deploying but everything says deployment of basic HTML sites is automatic as long as you have index.html.

Screenshot (removed, but it showed that the repo and user were spelled correctly and public)

🌐
Codecademy Forums
discuss.codecademy.com › projects
My GitHub pages... why aren't they showing? - Projects - Codecademy Forums
June 17, 2021 - My GitHub is https://goddesslinda.github.com I tried to publish a little Codecademy mockup exercise, but it doesn't show! Help? Love, Linda in California with 2 tuxedo cats and 20% through FSE Giving feedback for the first time? AWESOME! Check out this video for a boost of confidence: How to ...
🌐
GitHub
github.com › orgs › community › discussions › 58879
Getting URL to View on Github Pages · community · Discussion #58879
Check if the "GitHub Pages" option is enabled and if the branch and deployment folder are set correctly. Check for code errors: Verify if there are any errors in your HTML, CSS, or JavaScript code.
🌐
GitHub
docs.github.com › en › pages › quickstart
Quickstart for GitHub Pages - GitHub Docs
If you cannot see the "Settings" tab, select the dropdown menu, then click Settings. In the "Code and automation" section of the sidebar, click Pages.
🌐
GitHub
github.com › orgs › community › discussions › 176175
GitHub Pages site not displaying · community · Discussion #176175
Go to your repository’s Settings > General. Check if the repository is public. If it’s private, either make it public or verify that your GitHub account allows GitHub Pages for private repositories.