enriikke / gatsby-gh-pages-action

GitHub Action to build and deploy your Gatsby site to GitHub Pages ❤️🎩
MIT License
295 stars 62 forks source link

Allow customizing build path #66

Open artt opened 2 years ago

artt commented 2 years ago

Currently the script simply calls npm run build and copies public folder to another branch/repo. This could be generalized by simply allowing users to specify build-path so that it works with other packages as well (React, for example, builds to /build).