File tree Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Build Docs
2+
3+ on :
4+ pull_request :
5+ push :
6+ branches : [main]
7+ tags :
8+ - ' *'
9+
10+ jobs :
11+ build-deploy-docs :
12+ name : Docs
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : Cancel Previous Runs
16+ 17+ with :
18+ access_token : ${{ github.token }}
19+
20+ - uses : actions/checkout@v3
21+
22+ - uses : actions/setup-python@v4
23+ with :
24+ python-version : " 3.11"
25+ cache : ' pip'
26+
27+ - name : Create venv and install deps
28+ run : |
29+ pip install --upgrade pip wheel
30+ pip install -r docs/requirements.txt
31+
32+ - name : Build Docs
33+ run : |
34+ make -C docs
Original file line number Diff line number Diff line change 1+ bed_reader
2+ click
3+ cyvcf2
14jupyter-book
2- sphinx-click
5+ msprime
6+ pysam
7+ sgkit
8+ sphinx-click
9+ tabulate
10+ tqdm
11+ zarr >= 2.17
You can’t perform that action at this time.
0 commit comments