Skip to content

README and CONTRIBUTING #73

README and CONTRIBUTING

README and CONTRIBUTING #73

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [main, dev]
jobs:
docs:
name: Generate documentation
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Pixi
uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.40.2
cache: false
environments: docs
activate-environment: true
- name: Build docs
run: pixi run build-docs