Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions publish-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading