Skip to content

build: move doc building and testing to pixi #1494

build: move doc building and testing to pixi

build: move doc building and testing to pixi #1494

Workflow file for this run

name: Documentation Build
on: [push, pull_request]
jobs:
docbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: docs
- run: pixi run --environment docs docbuild
doctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: docs
- run: pixi run --environment docs doctest