Skip to content

[Android] Uninstall apps by package name with fzf #30

[Android] Uninstall apps by package name with fzf

[Android] Uninstall apps by package name with fzf #30

Workflow file for this run

name: "๐Ÿ—๏ธ Build"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.11.1"
cache: "pip"
- run: pip install --requirement requirements.txt
- run: mkdocs build --strict
- uses: actions/upload-artifact@v3
with:
name: site
path: "site"