-
Notifications
You must be signed in to change notification settings - Fork 509
Add guide for automatic Capacitor iOS / Android build with GitHub Action #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@riderx is attempting to deploy a commit to the Ionic Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds references to community-authored GitHub Actions workflows for building Capacitor iOS/Android apps, surfacing them in the CI/CD guide and the Community Guides list.
Changes:
- Add iOS/Android GitHub Actions workflow links to
ci-cd.mdas a lighter-weight CI option. - Add the same iOS/Android workflow links to the Community Guides page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/main/guides/community.md | Adds two new community guide links for automatic iOS/Android builds using GitHub Actions. |
| docs/main/guides/ci-cd.md | Adds a short callout section linking to community sample GitHub Actions workflows for native builds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [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/) |
Copilot
AI
Feb 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text uses "GitHub Action" but the product name is "GitHub Actions" and the surrounding paragraph also says "runs inside GitHub Actions". Please make the link text consistent (likely "... with GitHub Actions").
| - [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/) | |
| - [Automatic Capacitor iOS Build with GitHub Actions](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) | |
| - [Automatic Capacitor Android Build with GitHub Actions](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) |
| [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/) |
Copilot
AI
Feb 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text uses "GitHub Action" but the product name is "GitHub Actions". Please update the title text to be consistent with GitHub's naming and with the CI/CD guide wording.
| [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/) | |
| [Automatic Capacitor iOS Build with GitHub Actions ›](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) | |
| [Automatic Capacitor Android Build with GitHub Actions ›](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) |
| 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/) |
Copilot
AI
Feb 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title/description says it "introduce[s] a new guide", but this change only adds links to existing external blog posts (no new guide page is added to the docs). Please either adjust the PR title/description to reflect that this is a docs link update, or add the actual guide content into the docs as described.
Introduce a new guide that explains how to set up an automatic iOS build for Capacitor using GitHub Actions.