From b9d3b74cd5c3116378e0f3433f45b5e464604006 Mon Sep 17 00:00:00 2001 From: Erik Ordentlich Date: Tue, 23 Jun 2026 16:18:42 -0700 Subject: [PATCH] update baseurl in gh pages so artifacts can be found Signed-off-by: Erik Ordentlich --- docs/site/_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/_config.yml b/docs/site/_config.yml index 8d02d133..e45d3678 100644 --- a/docs/site/_config.yml +++ b/docs/site/_config.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2023, NVIDIA CORPORATION. +# Copyright (c) 2026, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,12 +18,12 @@ title: Spark Rapids ML description: >- # this means to ignore newlines until "baseurl:" Spark Rapids ML enables GPU accelerated distributed machine learning on Apache Spark powered by the RAPIDS cuML library. -baseurl: "/spark-rapids-ml" # the subpath of your site, e.g. /blog +baseurl: "/cuml-spark" # the subpath of your site, e.g. /blog url: "nvidia.github.io" # the base hostname & protocol for your site, e.g. http://example.com aux_links: "Spark Rapids ML on GitHub": - - "//github.com/nvidia/spark-rapids-ml" + - "//github.com/nvidia/cuml-spark" # Build settings remote_theme: pmarsceill/just-the-docs