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 1212 - name : checkout
1313 uses : actions/checkout@master
1414
15+ - name : Install docutils
16+ run : sudo apt-get install -y docutils
17+
1518 - id : files
1619 uses : masesgroup/retrieve-changed-files@v2
1720 with :
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Write Data to MongoDB
5555
5656Learn how you can write data to MongoDB in the :ref:`c-write` section.
5757
58- Read Data from MongoDB
59- ----------------------
58+ Read Data
59+ ---------
6060
6161Learn how you can retrieve data from MongoDB in the :ref:`c-read` section.
6262
Original file line number Diff line number Diff line change 11.. _c-read:
22
3- ======================
4- Read Data from MongoDB
5- ======================
3+ =========
4+ Read Data
5+ =========
66
77.. contents:: On this page
88 :local:
You can’t perform that action at this time.
0 commit comments