Add a check to see what repository the website is being built in
Can you please add a check to the GitHub pages build script to check that it is actually in the minecraft-access/minecraft-access repository before attempting to build? Every time I update my fork's dev branch Github sends me 1 to 2 emails about the pages failing to build because they can't be deployed to mcaccess.org.
It also puts the "some checks were unsuccessful" label on my dev branch, which annoys me lol.
As a temporary workaround you should be able to enable GitHub Pages in your fork's settings, set it to deploy from GitHub Actions, and ensure the github-pages environment doesn't have any environment protection rules. You can also of course disable GitHub Actions completely in your fork's settings if you don't need any of the other workflows.