Skip to content

started working with V-0.2.3 #12

started working with V-0.2.3

started working with V-0.2.3 #12

Workflow file for this run

name: Docs deployer
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install -r requirements.docs.txt
- run: mkdocs gh-deploy --force --clean --verbose