Skip to content

WIP: Add support for reading and writing .wfdb archive files #59

WIP: Add support for reading and writing .wfdb archive files

WIP: Add support for reading and writing .wfdb archive files #59

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Build documentation
run: |
cd docs
make html