feat(cmp-firebase): commonMain-first Firebase (Analytics + Crashlytic… #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Mirror docs/ → GitHub Wiki via the reusable workflow in mbl-actionhub. | |
| # Logic lives in mbl-actionhub@v1.8.0; this file only configures triggers. | |
| name: Sync docs to Wiki | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| paths: | |
| - 'docs/**' | |
| - '.github/workflows/sync-docs-to-wiki.yml' | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| jobs: | |
| sync: | |
| uses: MobileByteLabs/mbl-actionhub/.github/workflows/sync-docs-to-wiki.yml@v1.8.0 |