Skip to content

TL/MLX5: multicast design: adding helper.h, progress.h, and mcast.h #2208

TL/MLX5: multicast design: adding helper.h, progress.h, and mcast.h

TL/MLX5: multicast design: adding helper.h, progress.h, and mcast.h #2208

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends doxygen doxygen-latex
- uses: actions/checkout@v1
- name: Build UCC docs
run: |
./autogen.sh
./configure --with-docs-only
make docs
- name: Upload docs
uses: actions/upload-artifact@v2
with:
name: Docs
path: ${{ github.workspace }}/docs/doxygen-doc/ucc.pdf
retention-days: 7