Skip to content

Commit fa31028

Browse files
authored
docs: Update docs for 0.3.0 to include nightly (#1359)
Update docs for 0.3.0 to include nightly Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent f89c8e9 commit fa31028

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v6
6363
with:
6464
repository: NVIDIA-NeMo/FW-CI-templates
65-
ref: v0.72.0
65+
ref: v0.74.0
6666
path: FW-CI-templates
6767

6868
- uses: ./FW-CI-templates/.github/actions/publish-docs

docs/versions1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
3-
"preferred": true,
4-
"version": "latest",
5-
"url": "https://docs.nvidia.com/nemo/automodel/latest/"
3+
"version": "nightly",
4+
"url": "https://docs.nvidia.com/nemo/automodel/nightly/"
65
},
76
{
7+
"name": "0.3.0 (latest)",
88
"version": "0.3.0",
9-
"url": "https://docs.nvidia.com/nemo/automodel/0.3.0/"
9+
"url": "https://docs.nvidia.com/nemo/automodel/latest/"
1010
},
1111
{
1212
"version": "0.2.0",

0 commit comments

Comments
 (0)