Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/main/guides/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Comment on lines +45 to +46
Copy link

Copilot AI Feb 10, 2026

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").

Suggested change
- [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/)

Copilot uses AI. Check for mistakes.
Comment on lines +43 to +46
Copy link

Copilot AI Feb 10, 2026

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.

Copilot uses AI. Check for mistakes.

## 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.
Expand Down
4 changes: 4 additions & 0 deletions docs/main/guides/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Comment on lines +53 to +55
Copy link

Copilot AI Feb 10, 2026

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.

Suggested change
[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/)

Copilot uses AI. Check for mistakes.
Loading