Skip to content

agree on new sections for training #126

agree on new sections for training

agree on new sections for training #126

Workflow file for this run

name: Test documentation ⚙️
on:
pull_request:
paths:
- 'documentation/**'
defaults:
run:
working-directory: documentation
jobs:
build:
name: Test documentation build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install requirements 📦
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy 📦
run: mkdocs build --strict