chore(wiki): use mbl-actionhub reusable workflow + retire local copie… #4
Workflow file for this run
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: | ||
| - development | ||
| 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 | ||
|
Check failure on line 20 in .github/workflows/sync-docs-to-wiki.yml
|
||