Skip to content

Commit 951090e

Browse files
committed
chore(docs): review docs highlighted code snippets
This reverts commit cbeb534.
1 parent fee6734 commit 951090e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/reusable-publish-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ jobs:
109109
run: |
110110
aws s3 sync \
111111
site/ \
112-
s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-test/${{ env.VERSION }}/
112+
s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-typescript/${{ env.VERSION }}/
113113
- name: Deploy Docs (Alias)
114114
env:
115115
VERSION: ${{ inputs.version }}
116116
ALIAS: ${{ inputs.alias }}
117117
run: |
118118
aws s3 sync \
119119
site/ \
120-
s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-test/${{ env.ALIAS }}/
120+
s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-typescript/${{ env.ALIAS }}/

0 commit comments

Comments
 (0)