Questions tagged [github-pages-deploy-action]

45 questions
0
votes
0 answers

DNS Check Successful, can't enforce HTTPS in Github Pages

I'm deploying a website through Github pages. I've done this before but not enough to consider myself professional. When I go to Github pages in my repository, I add the web address of my custom domain, and for a few seconds it performs a DNS check.…
0
votes
0 answers

How do I deploy a Node app with EJS using Github pages?

I'm using ejs for templating. Was able to host my node.js app on Github pages when I had static html files in my root directory. But am not sure how to set the home page to a file in the views directory. How do I do this? Not sure where to start.
0
votes
0 answers

I want to host a project on GitHub but the index.html file is present in many sub-folders

Well I am new to hosting websites on GitHub, I tried hosting few of the basic project on GitHub and they worked very well. Basically for this project I was assigned to host a website provide by Guide and that has the index.html file present in…
0
votes
0 answers

How to fix Blank White display after setting up Github Pages?

I have made a sample frontend simple React App for displaying Movie Names Available on Internet By searching your preferred movie Name. It uses the ImDb API to get perfect results. Initially it runs on the local host and display the correct output…
0
votes
1 answer

jekyll on github pages ignores custom layout

I'm trying to clone the repo https://github.com/TowerofHanoi/towerofhanoi.github.io on my GitHub, based on the website https://toh.necst.it and publish it on a new GitHub pages instance. I'm doing this to check that a new article is well formatted…
mencucci
  • 180
  • 1
  • 10
0
votes
0 answers

Github workflow succeeded, gh-page is updated but I can't see my site

I want to deploy my site with Github Action. pic 1- From the start, Github does not show the link where my site will be deployed. pic 2- I see the workflow that was successful, the gh-page branch is updated but I don't see the link to my site. what…
0
votes
1 answer

Successfully deployed dockerized NextJS through GitHub Workflow to Github page, open website Get 200 but response weird

I dockerize a NextJs repository and deploy to Github Page. all follow step-by-step with tutorial link here Although deploy successfully and website Get 200, but..., the Get has wrong response as below: It should response the website UI. Anyone…
0
votes
1 answer

HTML not pulling up on GitHub pages

The published page only pulls up the ReadMe file. When I check the actions, the flow shows that it is picking up the HTML file, but it's not pulling it through to run it on the published page.
0
votes
3 answers

Why I am not able to see the the webpage after hosting it in github?

Why I am not able to see the the webpage after hosting it in github? It's just showing a url with the name in same as in Readme but does't redirect anywhere. screenshot
bimla
  • 7
  • 2
0
votes
1 answer

Error: fatal: Fetched in submodule path 'repository_name', but it did not contain 'SHA-1'. Direct fetching of that commit failed

I'm trying to build & deploy my website through github pages but i keep getting these two errors in "jobs > build > checkout > fetching submodules" for one of my repositories. The other ones aren't facing any issues. Where's the ".gitmodules" file…
0
votes
0 answers

I have issues updating github pages

I hosted my website(react app) on github pages but now when i update the content of the site and push to github.. the website is not updating or showing the updated version i tried npm run build before git push but still not wrking
0
votes
1 answer

Deploy Frontend to GitHub Pages and Backend to Heroku

I tried deploying my backend to Heroku and after I did that my website was still working on http://localhost:3000/ but after I build the app for deployment on GitHub Pages the website stopped working on the Github page but works on the local…
0
votes
2 answers

Gh-pages not displaying the right thing

I'm having some issues with getting the proper page to display. I've looked up different answers and they don't seem to be working for me. https://github.com/samus94/portfolio2.1 Please let me know what I've done wrong here. It was displaying the…
samus94
  • 11
  • 2
-1
votes
2 answers

GitHub Pages What to write in custom domain?

Custom domain custom domains allow you to serve your site from a domain other than akshitmodhiya.github.io. what to write in it as "https://akshitmodhiya.github.io/xypo" not working
-1
votes
1 answer

Github Pages does not load the three.js animation

My index.html runs well when i when i do '''parcel index.html''' locally, but when i posted it to github pages, it does not shows the js animation. And i see the console of the browser, it doesn't shows any error, what should i do to make the image…
1 2
3