Skip to content

docs: update module library (#85) #11

docs: update module library (#85)

docs: update module library (#85) #11

Workflow file for this run

name: ci
on:
push:
branches: [main]
paths:
- docs/**
- mkdocs.yml
jobs:
mkdocs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy MkDocs
run: mkdocs gh-deploy --force