Skip to content

wip: mirror_crud_to_nxcg #52

wip: mirror_crud_to_nxcg

wip: mirror_crud_to_nxcg #52

Workflow file for this run

name: docs
on:
pull_request:
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install .[dev] && pip install -r doc/requirements.txt
- name: Generate Sphinx HTML
run: cd doc && make html