diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 4834492..23f168d 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -34,3 +34,17 @@ jobs:
user_email: 'github-actions@github.com'
user_name: ${{ github.actor }}
commit_message: ${{ github.event.head_commit.message }}
+ - name: Pushes to another repository
+ uses: cpina/github-action-push-to-another-repository@main
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ API_TOKEN_GITHUB: ${{ secrets.ARC_DOCS_API_TOKEN_GITHUB }}
+ with:
+ source-directory: 'static'
+ destination-github-username: 'sourcefuse'
+ destination-repository-name: 'arc-docs'
+ target-directory: 'docs/arc-iac-docs/modules/terraform-aws-arc-document-db/static'
+ user-email: 'github-actions@github.com'
+ user-name: ${{ github.actor }}
+ target-branch: main
+ commit-message: ${{ github.event.head_commit.message }}
diff --git a/.github/workflows/test.yml b/.github/workflows/tflint.yml
similarity index 100%
rename from .github/workflows/test.yml
rename to .github/workflows/tflint.yml
diff --git a/README.md b/README.md
index 729da00..647816d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
# [terraform-aws-arc-document-db](https://github.com/sourcefuse/terraform-aws-arc-document-db)
 
diff --git a/static/banner.png b/static/banner.png
new file mode 100644
index 0000000..dd4c8e8
Binary files /dev/null and b/static/banner.png differ