From 885935e8f47c4bc8511457294385d9c957f76aa5 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Tue, 11 Nov 2025 14:54:17 +0000 Subject: [PATCH 1/3] docs: add new guide for automatic Capacitor iOS build with GitHub Action --- docs/main/guides/community.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/main/guides/community.md b/docs/main/guides/community.md index fc67d10af..f7167df60 100644 --- a/docs/main/guides/community.md +++ b/docs/main/guides/community.md @@ -49,3 +49,5 @@ 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/) From d4498c78e9dc6861b1d969f5509f4857817a534a Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Tue, 11 Nov 2025 15:04:19 +0000 Subject: [PATCH 2/3] docs: add guide for automatic Capacitor Android build with GitHub Action --- docs/main/guides/community.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/main/guides/community.md b/docs/main/guides/community.md index f7167df60..fa24fbc75 100644 --- a/docs/main/guides/community.md +++ b/docs/main/guides/community.md @@ -51,3 +51,5 @@ slug: /guides/community [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/) From 32ef7a2c7e20eccb82f2b625dfd83f81de145950 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Tue, 11 Nov 2025 15:06:57 +0000 Subject: [PATCH 3/3] docs: add community workflows for automatic Capacitor builds with GitHub Actions --- docs/main/guides/ci-cd.md | 5 +++++ 1 file changed, 5 insertions(+) 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.