X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fdocs-publish-pages.yml;h=cd5c66eb21b68814e616de5b8bc1382afe4fe939;hb=1c8873029bc4d36c4c10cd453a3b631d2e98060d;hp=d058ae5fcee313f0f17a60d36a54a2f8502caf64;hpb=faa1ada0fdde4a73cdc22277e293cdd27dd1528d;p=awesomized%2Flibmemcached diff --git a/.github/workflows/docs-publish-pages.yml b/.github/workflows/docs-publish-pages.yml index d058ae5f..cd5c66eb 100644 --- a/.github/workflows/docs-publish-pages.yml +++ b/.github/workflows/docs-publish-pages.yml @@ -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 @@ -33,9 +38,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 }}