branches:
- v1.x
+env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
jobs:
publish:
runs-on: ubuntu-20.04
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
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') }}\
\
: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>