Skip to content

fix: non-mean CN

fix: non-mean CN #47

Workflow file for this run

name: deploy_docs
on:
push:
branches:
- 'master'
paths:
- docs/**
- README.md
- mkdocs.yml
- miko/**
- .github/workflows/deploy_docs.yml
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: abatilo/[email protected]
with:
poetry-version: '1.3.0'
- run: poetry install --no-interaction --without test
- run: poetry run mkdocs gh-deploy --force