gh-actions: ci: package caches seem outdated
[awesomized/libmemcached] / .github / workflows / docs-publish-pages.yml
index 52231b73bea265e0bd066939124877a20f845c85..cd5c66eb21b68814e616de5b8bc1382afe4fe939 100644 (file)
@@ -1,9 +1,13 @@
 name: docs-publish-pages
 
 on:
+  workflow_dispatch:
+  release:
+    types: [published]
   push:
     paths:
       - 'docs/**'
+      - 'ChangeLog*'
     branches:
       - v1.x
 
@@ -18,6 +22,7 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt-get install -y \
+            python3-m2r \
             python3-sphinx \
             python3-sphinx-rtd-theme
       - name: Configure