From b8e2b30065c4db1a0f05c6641e181657dc1f5acb Mon Sep 17 00:00:00 2001 From: Kevin Fitzgerald Date: Sun, 20 Mar 2022 21:05:32 -0500 Subject: [PATCH] Docs workflow update --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 217b0fc..255cda4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,4 +19,4 @@ jobs: aws-region: us-east-1 - name: Copy Docs - run: aws s3 cp ./README.md s3://okanjo-docs/okanjo-app-elastic/ --acl public-read --content-type "text/plain; charset=utf-8" --content-encoding text + run: aws s3 cp ./README.md s3://okanjo-docs/okanjo-app-mongo/ --acl public-read --content-type "text/plain; charset=utf-8" --content-encoding text