Skip to content

Merge branch 'Mellanox:main' into main #182

Merge branch 'Mellanox:main' into main

Merge branch 'Mellanox:main' into main #182

Workflow file for this run

name: "Build"
on: [push, pull_request]
jobs:
build:
name: generate-html
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- name: checkout
uses: actions/checkout@v4
- name: build
run: make gen-docs
- name: 'upload Artifact'
uses: actions/upload-artifact@v4
with:
name: generated-html
path: _build/docs/nvidia_network_operator