From 390e56fd3a2418e22825ba372208a43aa7e41bd7 Mon Sep 17 00:00:00 2001 From: Chan <55515281+sichanyoo@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:53:35 -0700 Subject: [PATCH] Set DOCS_BUCKET variable for smithy-swift docc script call as well. (#1674) Co-authored-by: Sichan Yoo --- .github/workflows/generate-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index c047ccffdcd..b09fb29f44a 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -64,6 +64,7 @@ jobs: - name: Generate smithy-swift docs run: | cd ../smithy-swift + DOCS_BUCKET=${{ secrets.CD_API_REFS_BUCKET_NAME }} \ ./../aws-sdk-swift/scripts/generatedocc.sh "$VERSION" ${{ matrix.job }} ${{ strategy.job-total }} ${{ env.IGNORE }} ${{ 0 }} cd ../aws-sdk-swift update-latest: