From faa1ada0fdde4a73cdc22277e293cdd27dd1528d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 14 Oct 2020 18:01:53 +0200 Subject: [PATCH] docs: client index [ci skip] --- .github/workflows/docs-publish-pages.yml | 7 +++++-- docs/source/bin/index.rst | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-publish-pages.yml b/.github/workflows/docs-publish-pages.yml index ce82af53..d058ae5f 100644 --- a/.github/workflows/docs-publish-pages.yml +++ b/.github/workflows/docs-publish-pages.yml @@ -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') }}\ \ diff --git a/docs/source/bin/index.rst b/docs/source/bin/index.rst index 04b364af..1c2b11b2 100644 --- a/docs/source/bin/index.rst +++ b/docs/source/bin/index.rst @@ -20,7 +20,7 @@ Tests and Analysis :titlesonly: memaslap - Load testing and benchmarking a server - memslap - Load testing and benchmarking a server + memslap - Load testing and benchmarking a server memping – Ping a server memstat – Gather statistics from a server memerror — Translate libmemcached error codes -- 2.30.2