From 84985db001c251d788d1bcf8221c4f2911581615 Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Fri, 15 Nov 2024 21:58:03 +0000 Subject: [PATCH] Update docs workflow to support having more artifacts --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1eab3ad0c4..a917ce1d45 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -53,7 +53,7 @@ jobs: else artifacts_url=${{ github.event.workflow_run.artifacts_url }} fi - artifacts=$(gh api $artifacts_url -q '.artifacts[] | {name: .name, url: .archive_download_url}') + artifacts=$(gh api --paginate $artifacts_url -q '.artifacts[] | {name: .name, url: .archive_download_url}') artifact_name=cuda_quantum_docs docs_found=${{ github.event.workflow_run.name == 'CI' || false }}