https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators explains
If you want to use a static site generator other than Jekyll, disable the Jekyll build process by creating an empty file called .nojekyll in the root of your publishing source, then follow your static site generator's instructions to build your site locally.
It would be really helpful to have this documented prominently on your readme!
And also to explain whether you need to go to https://github.com/you/repo/settings/pages to enable it or if it will Just Work once you run this Action.
https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators explains
It would be really helpful to have this documented prominently on your readme!
And also to explain whether you need to go to https://github.com/you/repo/settings/pages to enable it or if it will Just Work once you run this Action.