Add guide for automatic Capacitor iOS / Android build with GitHub Action#477
Add guide for automatic Capacitor iOS / Android build with GitHub Action#477riderx wants to merge 4 commits intoionic-team:mainfrom
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.
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/) |
There was a problem hiding this comment.
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/) |
There was a problem hiding this comment.
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/) |
There was a problem hiding this comment.
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.