Skip to content

Update IP used for the arm server #25

Update IP used for the arm server

Update IP used for the arm server #25

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