From 2e3a36c3c27492e304bc372770bd85adc9f68916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9phine=20Oberholtzer?= Date: Fri, 24 Jul 2026 10:16:12 -0400 Subject: [PATCH] X-ORG-123: Finesse publish-docs action more --- publish-docs/action.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/publish-docs/action.yml b/publish-docs/action.yml index 1ff0a083..fb234ff2 100644 --- a/publish-docs/action.yml +++ b/publish-docs/action.yml @@ -75,17 +75,12 @@ outputs: {} runs: using: composite steps: - - name: Download gha-tools with git clone - run: | - git clone https://github.com/rapidsai/gha-tools.git -b main /tmp/gha-tools - echo "/tmp/gha-tools/tools" >> "${GITHUB_PATH}" - shell: bash - - name: Install dependencies run: | - sudo rapids-retry apt-get install -y --no-install-recommends jq xsltproc - rapids-pip-retry install --upgrade pip - rapids-pip-retry install -q httpie-edgegrid # for Akamai CDN + apt-get update + apt-get install -y --no-install-recommends jq xsltproc + pip install --upgrade pip + pip install -q httpie-edgegrid # for Akamai CDN shell: bash - name: Configure AWS credentials