How to make a fork work? #341
|
I put it on pages using a fork, but didn't make it my github homepage. |
Replies: 2 comments
Then after GitHub Actions rebuilds the site, it should work on your mirror. However there may be limited PWA functionality due to it not being on the root domain. |
|
Also if it isn't working for you then you need to delete your fork and fork it again and make sure "only copy master branch" is unchecked. |

public_htmlbranch as the webroot.basein the manifest to be the pathname that the mirror lives on.https://joshmerlino.github.io/SHSGames/so my base would be set to/SHSGames/as seen in JoshMerlino@0527b30Then after GitHub Actions rebuilds the site, it should work on your mirror. However there may be limited PWA functionality due to it not being on the root domain.