Skip to content

CI: Install python3 sphinx in docs CI #32

CI: Install python3 sphinx in docs CI

CI: Install python3 sphinx in docs CI #32

Workflow file for this run

name: Oper Guide
on:
push:
branches:
- main
paths:
- 'doc/oper-guide/**'
- '.github/workflows/docs.yaml'
pull_request:
branches:
- main
paths:
- 'doc/oper-guide/**'
- '.github/workflows/docs.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
python3-sphinx \
texinfo \
# EOF
- uses: actions/checkout@main
with:
persist-credentials: false
submodules: recursive
- name: Build Oper Guide
run: make -C doc/oper-guide html man info