Skip to content

build-docs

build-docs #39

Workflow file for this run

name: clubcpg-test-docs-build
run-name: build-docs
on:
push:
tags-ignore:
- "**"
branches:
- "**"
pull_request:
workflow_call:
jobs:
doc-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: bash ubuntu-preinstall.sh
- run: bash install-samtools.sh
- run: pip install poetry
- run: poetry install --with docs
- run: cd docs && poetry run sphinx-build -b html source build