We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3581f commit 245e619Copy full SHA for 245e619
.github/workflows/docs-build.yaml
@@ -87,4 +87,4 @@ jobs:
87
aws-region: us-east-2
88
- name: 'Deploy docs to sandbox.docs bucket'
89
run: |
90
- aws s3 sync ./api/docs/dist/ s3://sandbox.docs/api/ --delete --acl public-read
+ aws s3 sync ./api/docs/dist/ s3://sandbox.docs/${{ env.OT_BRANCH }}/api/ --delete --acl public-read
0 commit comments