Skip to content

Remove ImmediateLaunchedEffect as it is not used anymore in the tests #75

Remove ImmediateLaunchedEffect as it is not used anymore in the tests

Remove ImmediateLaunchedEffect as it is not used anymore in the tests #75

Workflow file for this run

name: Deploy MkDocs
on:
push:
branches:
- main
jobs:
deploy-mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-minify-plugin
- run: mkdocs gh-deploy --force