fix: 🐛 Kill zombie ADB processes unconditionally (#3088) #1064
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: Publish to GitHub Wiki | |
| on: | |
| push: | |
| branches: [master] | |
| workflow_dispatch: | |
| jobs: | |
| wiki: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Publish to wiki | |
| uses: cmbrose/github-docs-to-wiki@v0.24 | |
| with: | |
| githubToken: ${{ secrets.GH_PAT }} | |
| rootDocsFolder: "wiki" |