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@master
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 @@ -55,8 +55,8 @@ Write Data to MongoDB
55
55
56
56
Learn how you can write data to MongoDB in the :ref:`c-write` section.
57
57
58
- Read Data from MongoDB
59
- ----------------------
58
+ Read Data
59
+ ---------
60
60
61
61
Learn how you can retrieve data from MongoDB in the :ref:`c-read` section.
62
62
Original file line number Diff line number Diff line change 1
1
.. _c-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