Skip to content

force listing of PIdirs to be sorted (#163) #184

force listing of PIdirs to be sorted (#163)

force listing of PIdirs to be sorted (#163) #184

Workflow file for this run

name: docs
on:
push:
branches: [ prod, main, WD, manke ]
pull_request:
branches: [ prod, main, WD, manke ]
defaults:
run:
shell: bash -l {0}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@main
with:
environment-file: env.yml
cache-downloads: true
environment-name: dissectBCL
- name: build docs
run: |
micromamba activate dissectBCL
cd docs
make html