Skip to content

Merge pull request #54 from roboflow/dependabot/pip/tox-gte-4.18.1-an… #33

Merge pull request #54 from roboflow/dependabot/pip/tox-gte-4.18.1-an…

Merge pull request #54 from roboflow/dependabot/pip/tox-gte-4.18.1-an… #33

Workflow file for this run

name: 📚 Docs WorkFlow
on:
push:
branches: [main, develop]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 🐍 Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: 📦 Install dependencies
run: |
pip install mkdocs-material "mkdocstrings[python]"
- name: 🚀 Deploy Docs
run: mkdocs gh-deploy --force