Skip to content

Multi-factor authentication at KUL #907

Multi-factor authentication at KUL

Multi-factor authentication at KUL #907

Workflow file for this run

name: test_sphinx_build
on: [push, pull_request]
jobs:
build_docs_job:
runs-on: ubuntu-22.04
name: build sphinx docs
steps:
- uses: actions/checkout@v3
- name: install sphinx
run: |
python3 -m pip install -r requirements.txt
- name: build sphinx docs
run: |
make html