Skip to content

Merge pull request #1064 from JohanMabille/rtd #2708

Merge pull request #1064 from JohanMabille/rtd

Merge pull request #1064 from JohanMabille/rtd #2708

Workflow file for this run

name: doc
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install doxygen python3-breathe python3-sphinx-rtd-theme
- name: Render
run: make -C docs