Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 5656208

Browse files
Merge pull request #885 from Bandwidth/DX-3096
DX-3096 Publish Docsite Logic Improvement
2 parents 681990d + 2787ace commit 5656208

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/publish-docsite.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ jobs:
7575
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7676
aws-region: us-east-1
7777

78-
- name: Create Bucket
79-
run: |
80-
echo $BUCKET_NAME
81-
aws s3 mb s3://$BUCKET_NAME --region us-east-1
82-
aws s3 website s3://$BUCKET_NAME --index-document index.html
83-
env:
84-
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
85-
8678
- name: Sync zip to Bucket
8779
run: |
8880
aws s3 sync ./site/build s3://$BUCKET_NAME --acl public-read --delete
@@ -188,5 +180,5 @@ jobs:
188180
- name: Rollback For Failed Cypress Tests
189181
id: rollback
190182
uses: ./.github/actions/rollback_release
191-
with:
183+
env:
192184
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)