Skip to content

Merge branch 'master' into fix-es5 #6

Merge branch 'master' into fix-es5

Merge branch 'master' into fix-es5 #6

Workflow file for this run

name: Build docs
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: pip install sphinx
- name: Build docs
run: cd docs && make html