Skip to content

⬆️ Bump types-setuptools from 65.7.0.4 to 68.0.0.3 (#80) #64

⬆️ Bump types-setuptools from 65.7.0.4 to 68.0.0.3 (#80)

⬆️ Bump types-setuptools from 65.7.0.4 to 68.0.0.3 (#80) #64

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [ main ]
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-meta-descriptions-plugin
- name: Deploy docs 📝
run: mkdocs gh-deploy --force