Skip to content

Commit

Permalink
Set DOCS_BUCKET variable for smithy-swift docc script call as well. (#…
Browse files Browse the repository at this point in the history
…1674)

Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
sichanyoo and Sichan Yoo authored Aug 12, 2024
1 parent 4eba36c commit 390e56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 390e56f

Please sign in to comment.