From 9a26a63f4dd67722f82aaa7ad716559699a5fdff Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 20 Mar 2025 12:38:18 -0400 Subject: [PATCH] Add rename --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b36cc4802..14b14a0230 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,9 +61,9 @@ commands: cd js npm ci npm run build - + - when: - condition: + condition: not: equal: - <> @@ -315,6 +315,8 @@ jobs: name: Install dependencies command: | cd doc + sudo apt-get update + sudo apt-get install rename curl -LsSf https://astral.sh/uv/install.sh | sh uv venv source .venv/bin/activate