Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Create Bucket
run: |
echo $BUCKET_NAME
aws s3 mb s3://$BUCKET_NAME --region us-east-1
aws s3 website s3://$BUCKET_NAME --index-document index.html
env:
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}

- name: Sync zip to Bucket
run: |
aws s3 sync ./site/build s3://$BUCKET_NAME --acl public-read --delete
Expand Down Expand Up @@ -188,5 +180,5 @@ jobs:
- name: Rollback For Failed Cypress Tests
id: rollback
uses: ./.github/actions/rollback_release
with:
env:
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}