Skip to content

Update ci-workflow.yml #121

Update ci-workflow.yml

Update ci-workflow.yml #121

Workflow file for this run

name: Build HTML on macOS
on: [push, pull_request]
jobs:
html-macos:
runs-on: macos-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install pandoc
run: |
brew install pandoc
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install recordlinkage
run: |
python -m pip install .[all]
- name: Install docs dependencies
run: |
python -m pip install -r docs/requirements.txt
- name: Build HTML
run: |
python -m sphinx -W --keep-going --color docs/ _build/html/