diff --git a/docs/main/guides/ci-cd.md b/docs/main/guides/ci-cd.md index 378c6489d..08f4fb2a9 100644 --- a/docs/main/guides/ci-cd.md +++ b/docs/main/guides/ci-cd.md @@ -40,6 +40,11 @@ For Capacitor developers, Appflow also offers the ability to push real-time upda For more details, see the [Appflow Documentation](https://ionicframework.com/docs/appflow). +If you need a lighter-weight option that still runs inside GitHub Actions, the community has published sample workflows you can adopt quickly: + +- [Automatic Capacitor iOS Build with GitHub Action](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) +- [Automatic Capacitor Android Build with GitHub Action](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) + ## Using a traditional CI/CD service with Appflow Appflow can replace a traditional CI/CD service since it performs web/JS builds and native mobile builds. However, it works great with a traditional CI/CD service. diff --git a/docs/main/guides/community.md b/docs/main/guides/community.md index fc67d10af..fa24fbc75 100644 --- a/docs/main/guides/community.md +++ b/docs/main/guides/community.md @@ -49,3 +49,7 @@ slug: /guides/community [Google Login in Capacitor Apps with Ionic React ›](https://enappd.com/blog/google-login-in-ionic-react-capacitor-apps/122) [Twitter Login in Capacitor Apps with Ionic React ›](https://enappd.com/blog/twitter-login-in-ionic-react-capacitor-app/121) + +[Automatic Capacitor iOS Build with GitHub Action ›](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) + +[Automatic Capacitor Android Build with GitHub Action ›](https://capgo.app/blog/automatic-capacitor-android-build-github-action/)