Skip to content

Af1.0, Af1.2, Af1.3, Af1.4 - update VUG description #50

Af1.0, Af1.2, Af1.3, Af1.4 - update VUG description

Af1.0, Af1.2, Af1.3, Af1.4 - update VUG description #50

Workflow file for this run

name: check-book
on: pull_request
jobs:
check-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install -r requirements-deploy.txt
- name: Build the book
run: |
jupyter-book build docs