Skip to content

Commit

Permalink
Merge pull request #14 from ykulazhenkov/pr-add-build-artifacts
Browse files Browse the repository at this point in the history
Update GH actions to store generated HTML as build artifact
  • Loading branch information
rollandf authored Mar 7, 2024
2 parents ada32df + 5072cbb commit 060dc66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ jobs:
uses: actions/checkout@v4
- name: build
run: ./repo.sh docs
- name: 'upload Artifact'
uses: actions/upload-artifact@v4
with:
name: generated-html
path: _build/docs/nvidia_network_operator

0 comments on commit 060dc66

Please sign in to comment.