From 234991550abcd170157930c780084a917d917e9e Mon Sep 17 00:00:00 2001 From: Bela Bohlender <85560643+bbohlender@users.noreply.github.com> Date: Thu, 15 Aug 2024 23:05:48 +0200 Subject: [PATCH] fix static deploy pipeline --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1442fa9b..95bf27ea 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -11,7 +11,7 @@ jobs: with: mdx: './docs' libname: 'xr' - basePath: '/xr/docs' + base_path: '/xr/docs' icon: '🤳' home_redirect: '/getting-started/introduction'