Meet π οΈ Deploy app to GitHub Pages Action
Build your JavaScript/TypeScript apps with GitHub Actions and deploy it to GitHub Pages
-
π Support any framework and build tool
You specify your own npm script that build your app, so you can use any tools you want, i.e React, Vue, webpack, Rollup etc.
-
β Without creating additional commits
Deploy process provide build output directly to the GitHub Pages, so no need to create unnecessary commits
-
π§Ή Don't store build output in your repo
Because build output goes directly to Pages, there is no need to store it in repo. Add output folder to
.gitignore
file
π¨π»βπ» Read more about how to use in README