I know your issue. In the following image is the configuration needed to host your site. Github Website settings - pages tab | Image You have it on Github Actions. That only works with certain types of workflows. You said your github actions directs built files to gh-pages branch. So that means all your websites files are in the gh-pages branch, we can just select "Deploy from a branch". Put the branch as gh-pages like in the image, click save and wait for it to republish and that should fix it!