Skip to content

small edits to docs #246

small edits to docs

small edits to docs #246

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