Skip to content

Fix CI: link libc for system headers on Linux #4

Fix CI: link libc for system headers on Linux

Fix CI: link libc for system headers on Linux #4

Workflow file for this run

name: docs
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: pip install mkdocs-material pymdown-extensions
- name: Generate API docs
run: python scripts/gen_api_docs.py
- name: Deploy docs
run: mkdocs gh-deploy --force