Skip to content

task: update documentation for #178

task: update documentation for

task: update documentation for #178

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