github: update workflows [ci skip]
[awesomized/libmemcached] / .github / workflows / docs-publish-pages.yml
index d058ae5fcee313f0f17a60d36a54a2f8502caf64..89ca24bff2ad636ae0b2e41bbfc16c4ece365004 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     paths:
       - 'docs/**'
+      - 'ChangeLog*'
     branches:
       - v1.x
 
@@ -18,6 +19,7 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt-get install -y \
+            python3-m2r \
             python3-sphinx \
             python3-sphinx-rtd-theme
       - name: Configure
@@ -33,9 +35,3 @@ jobs:
           keep_history: true
           allow_empty_commit: false
           build_dir: build/docs/html
-          commit_message: |
-            ${{ github.event.push.pusher }} pushed the following commits:\
-            \
-            ${{ join(github.event.push.commits.*.message, '\n\n') }}\
-            \
-            ${{ github.event.push.compare }}