Skip to content

doc: add references to recent papers using normflows (#61) #70

doc: add references to recent papers using normflows (#61)

doc: add references to recent papers using normflows (#61) #70

Workflow file for this run

name: mkdocs
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force