Skip to content

Merge pull request #110 from rollandf/revert-api-docs #291

Merge pull request #110 from rollandf/revert-api-docs

Merge pull request #110 from rollandf/revert-api-docs #291

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