Skip to content

πŸ“ DOC: LEGACY BRANCH #40

πŸ“ DOC: LEGACY BRANCH

πŸ“ DOC: LEGACY BRANCH #40

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: |
python -m pip install poetry
poetry install --with docs
- run: poetry run mkdocs gh-deploy --force