diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e9c59bf9e..da2f745f9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: aws-region: eu-central-1 - name: Deploy Docs working-directory: doc/website/build/ent - run: aws s3 sync . s3://entgo.io --delete --exclude "assets/*" + run: aws s3 sync . s3://entgoio --delete --exclude "assets/*" - name: Invalidate Cache env: CDN_DISTRIBUTION_ID: ${{ secrets.CDN_DISTRIBUTION_ID }}