GitHub pages is showing my repos with a dangerous warning - github

While in chrome, GitHub pages is showing all my websites as dangerous 'Deceptive site ahead' when view the git hub pages deployment.
does anyone know what's causing this?
I’ve linked the repos below:
https://github.com/TomAk1993/Vanilla-Dice-Roller
https://github.com/TomAk1993/portfolio_website

Related

Coveralls.io links showing coverage, disappeared from github pull requests, starting 12/01/2022

Our coveralls links disappeared starting 12/01/2022 from github pull requests & pushes. It was working before. You can see the detailed summary here https://github.com/lemurheavy/coveralls-public/issues/1683. Do others face similar issues? Any suggestions on solution? (We are considering removing & re-adding private git repo in coveralls but wish to not loose our history by doing that)
tried playing w/ different settings in coveralls & github. Our coveralls links use to appear in github repos via circle ci yaml configurations (coveralls/upload)

Website not displaying properly after publishing to GitHub pages

I made changes to a forked repository and served the website successfully on my desktop. However, after publishing the repository to GitHub pages, the website is not displaying properly.
I followed the steps in the GitHub pages documentation.
https://github.com/aolayeye/aolayeye.github.io
Website not displaying properly:
Website on local:
This not a simple html pages website, Your app is not detected by git hub. So only your index.html file is displayed.
Git hub servers are bit slower, So may be your static files are not displayed.
Suggestions - Use vercel.com for fast deployment and it's also beginners friendly.

Why can't I host my project on github pages?

I have a simple weather app using react I've built and pushed to Github. Everything works when I run it locally but when I try to host it on Github pages, I get a 404 error.
https://caseycling.github.io/weather-app/
I'm not sure what I did wrong as I took the same steps as with every other project I've succesfully deployed: went to settings and under Github pages, I chose master branch as the source. Initially, it was just displaying the readme but now it only displays a 404 error message. When I've googled this issue, some people are saying I need to move my folders to the root of the directory but I'm not sure how to do that exactly.
Here is the repo:
https://github.com/caseycling/weather-app/
My understanding is that in order to run a react app in github pages you need to setup the gh-pages plugin and have a special 'deploy' build script in package.json
https://itnext.io/so-you-want-to-host-your-single-age-react-app-on-github-pages-a826ab01e48
https://codeburst.io/deploy-react-to-github-pages-to-create-an-amazing-website-42d8b09cd4d
https://medium.com/the-andela-way/how-to-deploy-your-react-application-to-github-pages-in-less-than-5-minutes-8c5f665a2d2a
There are also apparently certain restrictions in what you can do with the router in github pages websites, but for a simple app it should be sufficient.

Using Github to create a webpage but it returns a 404 error

Am trying to test out hosting a website from Github using Github pages.I created a skeleton website using Jekyll and uploaded it into a .github.io repository:
https://github.com/themallardcomplexion/themallardcomplexion.github.io
I then enabled github pages from the setting.
So right now if I go to: themallardcomplexion.github.io I should be able to see the Jekyll site. However all I get is a 404 error...
I know its not an index issue as I have an index.md file in my repository. I've enabled github pages so what am I doing wrong? I have tried searching for the problem online but none of the solutions seem applicable..
Thanks internet people
I deleted everything and created a new repository. Seems to be working now. Dont know what the problem was but at least its working..

Setting up Github Pages from a forked repo

I've once setup a Github page from a repo I created. Process was go to settings > Github Pages > Source > Select "master branch" > Save
And thereafter it goes live. I've cloned a repo for html/css CV https://six-wars.github.io/html-resume-template/ (my clone https://github.com/Six-wars/html-resume-template). Following the same process I've tried checking to see if the github page works but it returns Site not found.
The repo has only one branch master and it also contains index.html so I'm a bit confused as to where the issue is.
In this question, I guess https://six-wars.github.io/html-resume-template is the saying Site not found GitHub Page which is said "not working".
This seems the first time this account using GitHub Pages. As the document of GitHub Pages says, (after you make the first commit of your repository that triggers GitHub Pages)
GitHub does all the work to direct visitors to username.github.io to view your new website. This can take up to 10 minutes.
And, now is 40 minutes passed from the question being asked, and this website mentioned in the question can be seen now.