Skip to content

Fix minor grammatical error in the introduction of the neural audio c… #226

Fix minor grammatical error in the introduction of the neural audio c…

Fix minor grammatical error in the introduction of the neural audio c… #226

Workflow file for this run

name: deploy_mkdocs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip3 install -r requirements.txt
- run: mkdocs gh-deploy --force