Skip to content

docs: reorganize ClawBio tutorials into sequential 5-step workshop flow #59

docs: reorganize ClawBio tutorials into sequential 5-step workshop flow

docs: reorganize ClawBio tutorials into sequential 5-step workshop flow #59

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
permissions:
contents: write
pages: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install MkDocs Material
run: pip install mkdocs-material
- name: Build and deploy
run: mkdocs gh-deploy --force