docs: client index [ci skip]
authorMichael Wallner <mike@php.net>
Wed, 14 Oct 2020 16:01:53 +0000 (18:01 +0200)
committerMichael Wallner <mike@php.net>
Wed, 14 Oct 2020 16:01:53 +0000 (18:01 +0200)
.github/workflows/docs-publish-pages.yml
docs/source/bin/index.rst

index ce82af53b3236fdaa4a2947c15365d927f671c1c..d058ae5fcee313f0f17a60d36a54a2f8502caf64 100644 (file)
@@ -7,6 +7,9 @@ on:
     branches:
       - v1.x
 
+env:
+  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
 jobs:
   publish:
     runs-on: ubuntu-20.04
@@ -19,7 +22,7 @@ jobs:
             python3-sphinx-rtd-theme
       - name: Configure
         run: |
-          cmake -DBUILD_DOCSONLY=ON -DBUILD_DOCS_MAN=OFF -S . -B build
+          cmake -DBUILD_DOCSONLY=ON -DBUILD_DOCS_HTML=ON -DBUILD_DOCS_MAN=OFF -S . -B build
       - name: Build
         run: |
           make -C build html
@@ -31,7 +34,7 @@ jobs:
           allow_empty_commit: false
           build_dir: build/docs/html
           commit_message: |
-            ${{ github.event.push.pusher }} pushed to following commits:\
+            ${{ github.event.push.pusher }} pushed the following commits:\
             \
             ${{ join(github.event.push.commits.*.message, '\n\n') }}\
             \
index 04b364afe6eda1a6e5ef823b4659174805f0f902..1c2b11b2a60740b054ab807d32311c01198d1ddc 100644 (file)
@@ -20,7 +20,7 @@ Tests and Analysis
     :titlesonly:
 
     memaslap - Load testing and benchmarking a server <memaslap>
-    memslap - Load testing and benchmarking a server <memslap>
+    memslap - Load testing and benchmarking a server <memslap>  
     memping – Ping a server <memping>
     memstat – Gather statistics from a server <memstat>
     memerror — Translate libmemcached error codes <memerror>