Skip to content

Commit 6fe47ee

Browse files
authored
chore(docs): added back s3 bucket to docs workflow (#1505)
1 parent bc5d35b commit 6fe47ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ jobs:
122122
ALIAS: ${{ inputs.alias }}
123123
run: |
124124
aws s3 sync \
125-
site/ \
125+
site/ \
126+
s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-typescript/${{ env.ALIAS }}/

0 commit comments

Comments
 (0)