Skip to content

Remove ISSUE_UNNECESSARY_ANNOTATION from MissingAndroidEntryPointDete… #58

Remove ISSUE_UNNECESSARY_ANNOTATION from MissingAndroidEntryPointDete…

Remove ISSUE_UNNECESSARY_ANNOTATION from MissingAndroidEntryPointDete… #58

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
with:
python-version: 3.x
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
key: ${{ github.ref }}
path: .cache
- run: ./move_docs.sh
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force