Skip to content

Clean up network allocations on VLAN 127 #31

Clean up network allocations on VLAN 127

Clean up network allocations on VLAN 127 #31

Workflow file for this run

name: Build documentation
on:
pull_request:
workflow_call:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '^3.9'
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Build documentation
run: |
make -C docs html