Skip to content

Fixing broken links in documentation, deprecation warnings (#77) #85

Fixing broken links in documentation, deprecation warnings (#77)

Fixing broken links in documentation, deprecation warnings (#77) #85

Workflow file for this run

name: docs
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: pip install poetry
- run: |
make install
poetry run mkdocs gh-deploy --force