4,986 questions
0
votes
0
answers
61
views
404 Failed to load resource Deploying Flutter Web App to GitHub Pages using makeFile [closed]
I am trying to deploy my Flutter app to GitHub Pages. App runs fine with flutter run -d chrome and builds successfully using flutter build web --release --base-href="/air_bridge/"
For the ...
0
votes
0
answers
46
views
Github pages reverse proxy
I tried to use Reverse proxy on github pages into my vercel deployed website. For example,
https://example.com/docs/:path* into https://example.github.io/docs/:path but instead of showing the content ...
2
votes
0
answers
62
views
Jekyll not generating /assets/css/main.css from SCSS (404), even with front matter and relative_url
I want to build a Jekyll site with a custom dark neon theme. SCSS partials live in _sass/ and should compile into assets/css/main.css, linked in the head include.
Expected
Jekyll compiles assets/css/...
0
votes
0
answers
97
views
How to make `cargo doc` docs output to `/docs` directory (for GH pages)?
GitHub will create a web page for your repository using the GitHub Pages feature, but only if a suitable webpage (i.e. index.html) is in either the root directory (/) or in /docs. When you build ...
2
votes
1
answer
118
views
Why can I not override dubious ownership for a GitHub workflow?
I am trying to set up a GitHub workflow for build the docs and keep on getting this issue.
Run ad-m/[email protected]
/usr/bin/docker run ...
Push to branch gh-pages
fatal: detected dubious ...
1
vote
1
answer
42
views
How can I serve subdirectories from a clean URL path without including the parent folde on GitHub Pagesr?
I have a website with the following folder structure:
/index.html
/scripts/ (for index)
/styles/ (for index)
/projects/
/project1/
/project2/
...
Currently, to ...
2
votes
5
answers
150
views
React App in Prod and Github Page showing blank screen
I've been trying to figure out this issue since yesterday, going through videos and discussions, following everything to a t, yet I'm shown the same error over and over. I created my website using ...
1
vote
2
answers
122
views
Unity WebGL Build too large for GitHub Pages and Cloudflare Pages – Alternative hosting options?
At start I wants to highlight I'm new to Unity, but I've experience in .NET development (mostly ASP .NET Core, but also some Blazor) and some basic DevOps knowledge.
I'm trying to host a Unity WebGL ...
3
votes
2
answers
120
views
How to set the URL for a GitHub Pages site?
According to the GitHub Pages official doc, if I create a repo named <username>.github.io, I will get a site at the URL https://<user_name>.github.io.
But as I tried, it seems I can create ...
0
votes
1
answer
83
views
GitHub Pages returns 404 for subfolder HTML pages loaded via iframe, but works locally
I'm hosting my games website on GitHub Pages at https://username.github.io. My homepage (index.html) works perfectly, and I’ve structured my project to load different HTML games using an iframe inside ...
0
votes
0
answers
49
views
Issue with deploying DocFX on GitHub Pages
I have an issue with deploying documentation using DocFX and GitHub Pages. When I am running the command docfx docfx.json --serve locally, it is running totally perfectly, but the issue appears on the ...
-1
votes
1
answer
38
views
How to delete a repository that has been disabled by GitHub? [closed]
I am using Jekyll+GitHub page to build my personal website, but the existence of this repository has caused my website to compile and fail to update. How can I delete this repository
Because this ...
0
votes
0
answers
47
views
How to correctly include a LICENSE file in Quarto book footer with relative link that works on GitHub Pages?
I'm using Quarto to build a documentation site hosted on GitHub Pages.
I want to include a link to the license file.
Problem
I want a reference to the license file. It should fulfil these conditions:
...
1
vote
1
answer
33
views
Relative paths break in github pages deployment
I have been experiencing a persistent issue with relative paths to image files and datasets that work when running the app locally but fail to once i deploy to github pages. This has been true whether ...
-1
votes
1
answer
42
views
How can I deploy a manually constructed Jekyll site to Vercel without a full Jekyll setup?
I recently deployed a simple experimental Jekyll site to Vercel without using the full Jekyll setup (i.e., no jekyll new or gem install jekyll). Instead, I manually assembled the site by inspecting a ...