Questions tagged [github-pages-deploy-action]
45 questions
7
votes
1 answer
I get a 400 status code error from a GitHub Pages deployment
During an automated "pages build and deployment" workflow, I get the following error:
Error: Request failed with status code 400
This is just a static site, no jekyll or anything like that (I have a .nojekyll file in the root) and it's worked fine…

Bobby Jack
- 15,689
- 15
- 65
- 97
4
votes
1 answer
fatal: No url found for submodule path 'dist' in .gitmodules
I am trying to deploy my app to git pages and I have status failure for GitHub pages.
When I am start "pages build and deployment" in Action, I have a next problems:
1) Build > Checkout > Fetching submodules:
/usr/bin/git submodule sync…

Hikki_Yarik
- 63
- 1
- 5
3
votes
1 answer
Why aren't Jekyll Assets Displaying Correctly?
I'm building a few GitHub Pages using Jekyll, and I'm stuck with a mystery.
A number of asset files existing in a repo, and yet they do not seem to render correctly.
One repro of things can be found in the repository for Irregular. Its gitHub page…

Start-Automating
- 8,067
- 2
- 28
- 47
3
votes
1 answer
Using GitHub Actions to deploy Sphinx documentation
I am working on publishing some Sphinx documentation on Github pages using GitHub Actions.
Initially, I followed the Sphinx documentation generation tutorial to create my documentation files locally. Once I did this successfully, I got to the part…

Ethan
- 876
- 8
- 18
- 34
3
votes
2 answers
Instructions for custom GitHub Pages deploy
Can someone point me to the instructions for setting up a custom deploy for GitHub pages? (My Google skills are failing me.)
I have a site that needs only one modification when I deploy it on GitHub Pages: I want to replace all occurrences of…

Zack
- 6,232
- 8
- 38
- 68
1
vote
1 answer
Github actions deployment of react storybook to github pages deletes whole repo
I have a react project where I have added storybook which I would like to publish to github pages. I have set the github pages to build the site from the /docs folder in the main branch. I have followed this article to set up the whole deployment…

Leff
- 1,968
- 24
- 97
- 201
1
vote
2 answers
Pages build and deployment workflow run cancelled from main branch
I keep getting notifications that Pages build and deployment workflow run cancelled from main branch. I could view my work here so I don't know what the messages actually mean.
actions
I am not sure if what I'm doing is right because I could view my…

jeevs
- 11
- 2
1
vote
1 answer
GitHub Pages React Project shows a blank page (nothing inside )
After deploying my GitHub portfolio project (source repo) using:
react-scripts build --entry ./src/index.jsx
npx gh-pages -d build
The final deployed page has nothing inside .
I've had a successful deployment with a fresh test…
Linsu Han
- 135
- 1
- 8
After deploying my GitHub portfolio project (source repo) using:
react-scripts build --entry ./src/index.jsx
npx gh-pages -d build
The final deployed page has nothing inside .
I've had a successful deployment with a fresh test…

Linsu Han
- 135
- 1
- 8
1
vote
1 answer
404 Error using Github Pages and Three.js
I am failing to deploy a simple website using Github Pages and the three.js library. There is successful functionality running the local repository in its' base state.
Once attempting to deploy via Github Pages, I am thrown a 404 error after…

Autumn Jing Green
- 15
- 3
1
vote
1 answer
Problem with GitHub Pages Jekyll Template
I have a problem with GitHub Pages personal site, which I want to create from this template:
portfolYOU by YoussefRaafatNasry
I was able to figure out how to test the site locally with Jekyll and everything worked great. After I tried to upload the…

Grisha Azimov
- 15
- 3
1
vote
0 answers
Asset folder 404 error on create-react-app
So basically I made an e-portfolio using create-react-app and when i used the github pages link (eyoo217.github.io/e-portfolio), the website loaded perfectly fine. However I got a new domain (elotmusk.com) and now the assets cant be loaded to the…

elliott yoo
- 11
- 1
1
vote
0 answers
React App deployment error on github pages
I'm getting this error while running 'npm run deploy' for my application.
node:events:505
throw er; // Unhandled 'error' event
^
Error: spawn git ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
…

Anurag Tiwari
- 21
- 1
1
vote
1 answer
Why is my reactjs application showing a blank page when deployed with github pages?
My React-js app works fine when I use npm start to run it on localhost:3000.
However, when I deploy it, I can only see a blank page.
There is also an error that is displayed:
Uncaught TypeError: Super expression must either be null or a function
…

yuchen
- 11
- 1
1
vote
0 answers
When i am trying to add custom domain for my repository it says Domain is already Taken
I need a quick help here.
I have created the repository on GitHub that I need to publish as a website. When I am trying to connect it with a custom domain, it says the domain is already taken.
enter image description here
I followed the steps…

Abhishek Mehta
- 11
- 1
1
vote
0 answers
GitHub pages are not updating automatically
I pushed a new commit to my pages https://akshatgadodia.github.io/personalwebsite/, but the new updates or content isn't showing up there.
My repo is https://github.com/akshatgadodia/personalwebsite
Everything builds and runs locally. My Git…

Akshat Gadodia
- 11
- 1