Skip to content

fix(deps): update androidxlifecycle to v2.8.3 #211

fix(deps): update androidxlifecycle to v2.8.3

fix(deps): update androidxlifecycle to v2.8.3 #211

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: macos-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force