Skip to content

Commit e162357

Browse files
authored
Merge pull request #21 from sourcefuse/GH-20
Add Banner and update github workflow to push static folder on arc-docs
2 parents dfc5577 + 0cbf11b commit e162357

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,17 @@ jobs:
3434
user_email: 'github-actions@github.com'
3535
user_name: ${{ github.actor }}
3636
commit_message: ${{ github.event.head_commit.message }}
37+
- name: Pushes to another repository
38+
uses: cpina/github-action-push-to-another-repository@main
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
API_TOKEN_GITHUB: ${{ secrets.ARC_DOCS_API_TOKEN_GITHUB }}
42+
with:
43+
source-directory: 'static'
44+
destination-github-username: 'sourcefuse'
45+
destination-repository-name: 'arc-docs'
46+
target-directory: 'docs/arc-iac-docs/modules/terraform-aws-arc-document-db/static'
47+
user-email: 'github-actions@github.com'
48+
user-name: ${{ github.actor }}
49+
target-branch: main
50+
commit-message: ${{ github.event.head_commit.message }}
File renamed without changes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Module Structure](./static/banner.png)
2+
13
# [terraform-aws-arc-document-db](https://github.com/sourcefuse/terraform-aws-arc-document-db)
24

35
<a href="https://github.com/sourcefuse/terraform-aws-arc-document-db/releases/latest"><img src="https://img.shields.io/github/release/sourcefuse/terraform-aws-arc-document-db.svg?style=for-the-badge" alt="Latest Release"/></a> <a href="https://github.com/sourcefuse/terraform-aws-arc-document-db/commits"><img src="https://img.shields.io/github/last-commit/sourcefuse/terraform-aws-arc-document-db.svg?style=for-the-badge" alt="Last Updated"/></a> ![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)

static/banner.png

4.16 MB
Loading

0 commit comments

Comments
 (0)