Skip to content

Commit e3b1cf0

Browse files
Chris ChomongoKart
authored andcommitted
Update copy-compat-to-docs-shared.yml
Add component compat table file
1 parent 275e143 commit e3b1cf0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/copy-compat-to-docs-shared.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'source/includes/mongodb-compatibility-table-node.rst'
99
- 'source/includes/language-compatibility-table-node.rst'
10+
- 'source/includes/component-compatibility-table-node.rst'
1011
env:
1112
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
1213

@@ -42,3 +43,19 @@ jobs:
4243
user_email: '[email protected]'
4344
user_name: 'docs-builder-bot'
4445
commit_message: 'Auto-import from docs-node'
46+
47+
copy-component-compat:
48+
runs-on: ubuntu-latest
49+
steps:
50+
- name: Checkout code
51+
uses: actions/checkout@v2
52+
53+
- name: Copy language-compat table
54+
uses: dmnemec/copy_file_to_another_repo_action@main
55+
with:
56+
source_file: 'source/includes/component-compatibility-table-node.rst'
57+
destination_repo: '10gen/docs-shared'
58+
destination_folder: 'dbx'
59+
user_email: '[email protected]'
60+
user_name: 'docs-builder-bot'
61+
commit_message: 'Auto-import from docs-node'

0 commit comments

Comments
 (0)