File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Copy Files to docs-shared
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - " master"
7
+ paths :
8
+ - " source/includes/mongodb-compatibility-table-rust.rst"
9
+ - " source/includes/language-compatibility-table-rust.rst"
10
+
11
+ jobs :
12
+ copy-file :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - name : Checkout code
16
+ uses : actions/checkout@v2
17
+
18
+ - name : Copy mongodb-compat table
19
+ uses : dmnemec/copy_file_to_another_repo_action@main
20
+ env :
21
+ API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
22
+ with :
23
+ source_file : " source/includes/mongodb-compatibility-table-rust.rst"
24
+ destination_repo : " 10gen/docs-shared"
25
+ destination_folder : " dbx"
26
+
27
+ user_name : " docs-builder-bot"
28
+ commit_message : " Auto-import from docs-rust"
29
+
30
+ - name : Copy language-compat table
31
+ uses : dmnemec/copy_file_to_another_repo_action@main
32
+ env :
33
+ API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
34
+ with :
35
+ source_file : " source/includes/language-compatibility-table-rust.rst"
36
+ destination_repo : " 10gen/docs-shared"
37
+ destination_folder : " dbx"
38
+
39
+ user_name : " docs-builder-bot"
40
+ commit_message : " Auto-import from docs-rust"
Original file line number Diff line number Diff line change 6
6
:titlesonly:
7
7
:maxdepth: 1
8
8
9
+ API Documentation <{+api+}/>
9
10
View the Source <https://github.com/mongodb/mongo-rust-driver>
10
11
11
12
..
14
15
/whats-new
15
16
/usage-examples
16
17
/fundamentals
17
- API Documentation <{+api+}/mongo>
18
18
/faq
19
19
/connection-troubleshooting
20
20
/issues-and-help
You can’t perform that action at this time.
0 commit comments