Skip to content
Compare
Choose a tag to compare
@lr0pb lr0pb released this 05 Feb 18:28
· 2 commits to main since this release

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