Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ Always update the openshift docset when there is a new gpu-operator docset versi

Changes to the default branch are not published on docs.nvidia.com.

Only tags or specially-named branches are published to docs.nvidia.com.
Only tags are published to docs.nvidia.com.

1. Create a tag or specially-named branch from your commit with the following naming pattern: `<component-name>-v<version>`.
1. Create a tag from your commit with the following naming pattern: `<component-name>-v<version>`.

*Example*

Expand All @@ -156,7 +156,7 @@ Only tags or specially-named branches are published to docs.nvidia.com.

Always tag the openshift docset and driver-containers docset for each new gpu-operator docset release.

1. Push the tag or specially-named branch to the repository.
1. Push the tag to the repository.

CI builds the documentation for the Git ref---currently for all software components.
However, only the documentation for the `component-name` and specified version is updated on the web.
Expand Down
Loading