Skip to content

TL/MLX5: add device mem mcast bcast #3199

TL/MLX5: add device mem mcast bcast

TL/MLX5: add device mem mcast bcast #3199

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