Skip to content

update docs

update docs #240

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: python -m pip install -r requirements-dev.txt
- name: Update pages
run: mkdocs gh-deploy --force