Skip to content

Update Technical Report (#268) #35

Update Technical Report (#268)

Update Technical Report (#268) #35

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6.7
- run: python -m pip install -r requirements.txt -r requirements-dev.txt
- run: mkdocs gh-deploy --force