ci: gh-actions: remove ubuntu-18.04
[awesomized/libmemcached] / .github / workflows / docs-publish-pages.yml
index 89ca24bff2ad636ae0b2e41bbfc16c4ece365004..a64fb44822825e9415684a6cb6a930fad84e30f2 100644 (file)
@@ -1,6 +1,9 @@
 name: docs-publish-pages
 
 on:
+  workflow_dispatch:
+  release:
+    types: [published]
   push:
     paths:
       - 'docs/**'
@@ -18,6 +21,7 @@ jobs:
       - uses: actions/checkout@v2
       - name: Install dependencies
         run: |
+          sudo apt-get update -y
           sudo apt-get install -y \
             python3-m2r \
             python3-sphinx \