Skip to content

Add synthetic control as analysis method (#168) #133

Add synthetic control as analysis method (#168)

Add synthetic control as analysis method (#168) #133

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
- run: cp README.md docs/index.md
- run: cp -r theme docs/theme
- run: make install-dev
- run: pip install lxml_html_clean
- run: mkdocs gh-deploy --force