File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : checkout
13
13
uses : actions/checkout@v4
14
14
15
+ - name : Install docutils
16
+ run : sudo apt-get install -y docutils
17
+
15
18
- id : files
16
19
uses : masesgroup/retrieve-changed-files@v2
17
20
with :
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ Connect to MongoDB
49
49
Learn how to create and configure a connection to a MongoDB deployment
50
50
in the :ref:`cpp-connect` section.
51
51
52
- Read Data from MongoDB
53
- ----------------------
52
+ Read Data
53
+ ---------
54
54
55
55
Learn how you can retrieve data from MongoDB in the :ref:`cpp-read` section.
56
56
Original file line number Diff line number Diff line change 1
1
.. _cpp-read:
2
2
3
- ======================
4
- Read Data from MongoDB
5
- ======================
3
+ =========
4
+ Read Data
5
+ =========
6
6
7
7
.. contents:: On this page
8
8
:local:
You can’t perform that action at this time.
0 commit comments