refactor(linux): Now using xdg_desktop_portal instead of `connectiv…
#21
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
| name: Trigger docs build | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| paths: | |
| - lib/i18n/** | |
| - pubspec.yaml | |
| pull_request: | |
| branches: | |
| - main | |
| - master | |
| paths: | |
| - docs/** | |
| - lib/i18n/** | |
| - pubspec.yaml | |
| jobs: | |
| dispatch: | |
| runs-on: ${{ matrix.os }} | |
| strategy: | |
| matrix: | |
| os: [ ubuntu-latest ] | |
| steps: | |
| - name: Dispatch 👋 | |
| uses: peter-evans/repository-dispatch@v2 | |
| with: | |
| token: ${{ secrets.DOCS_DISPATCH_TOKEN }} | |
| repository: openauthenticator-app/docs | |
| event-type: app-updated |