Skip to content

Wrap communicators in RoundRobin and Pipeline in CommunicatorGrid #4211

Wrap communicators in RoundRobin and Pipeline in CommunicatorGrid

Wrap communicators in RoundRobin and Pipeline in CommunicatorGrid #4211

Workflow file for this run

name: Docs
on:
pull_request:
branches:
- master
jobs:
doc:
runs-on: ubuntu-22.04
steps:
- name: Install tools
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends doxygen
- name: Checkout
uses: actions/checkout@v3
- name: Make Docs
run: |
cd doc && make doc