From 155ee0b638a109184f27805fa105d8521ae73fe8 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:23:52 -0500 Subject: [PATCH] update readme to remove special branch instructions Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7920caca8..0f02cf7af 100644 --- a/README.md +++ b/README.md @@ -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: `-v`. +1. Create a tag from your commit with the following naming pattern: `-v`. *Example* @@ -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.