Skip to content

Commit 0f92971

Browse files
Merge pull request #193 from jeromekelleher/docs-stuff
Docs stuff
2 parents e07c9d7 + 71587e0 commit 0f92971

File tree

6 files changed

+2313
-3
lines changed

6 files changed

+2313
-3
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Install package
3535
run: |
3636
python3 -m pip install .
37+
38+
- name: Record casts
39+
run: |
40+
asciinema-automation docs/cast_scripts/vcf2zarr_convert.sh docs/_static/demo.cast
3741
3842
- name: Build Docs
3943
run: |

0 commit comments

Comments
 (0)