Skip to content

Add fixed tones support #305

Add fixed tones support

Add fixed tones support #305

name: Test Sphinx Build
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sphinx Build
uses: ammaraskar/[email protected]
with:
docs-folder: "docs/"
pre-build-command: "pip3 install -r docs/requirements.txt ."
build-command: "make html"