From f3c6276c97e03771731d7d8c86a87cc374e06e2f Mon Sep 17 00:00:00 2001 From: Sean Burton Date: Fri, 12 Jun 2026 19:09:02 +0100 Subject: [PATCH 1/2] fix: see if this helps force it to update documentation-ui dependency --- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 3c65b4d..6c8042a 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -85,7 +85,7 @@ jobs: working-directory: sphinx-ui/react run: | echo "🔨 Generating UI assets..." - npm install + npm ci npm run lint npm run build cp ./build/injectNav.iife.js ../quantinuum_sphinx/static/injectNav.iife.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b60423d..72abc11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: NEXT_PUBLIC_GA_ID: "G-YPQ1FTGDL3" run: | echo "🔨 Generating UI assets..." - npm install + npm ci npm run lint npm run build cp ./build/injectNav.iife.js ../quantinuum_sphinx/static/injectNav.iife.js From 6308e72cd3303b5ad2f77f121a055143da75d12c Mon Sep 17 00:00:00 2001 From: Sean Burton Date: Fri, 12 Jun 2026 19:42:02 +0100 Subject: [PATCH 2/2] chore: debugging --- sphinx-ui/react/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 sphinx-ui/react/.npmrc diff --git a/sphinx-ui/react/.npmrc b/sphinx-ui/react/.npmrc new file mode 100644 index 0000000..c7d3517 --- /dev/null +++ b/sphinx-ui/react/.npmrc @@ -0,0 +1 @@ +install-links=true