Skip to content

admin_manual/list_of_events: Document error_codes for proxy_session_finished #2427

admin_manual/list_of_events: Document error_codes for proxy_session_finished

admin_manual/list_of_events: Document error_codes for proxy_session_finished #2427

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare manpages
run: |
for path in source/man source/*-man; do
if [ -d $path ]; then
make -C $path
fi
done
- uses: dovecot/dovecot-sphinx-action@0.4
with:
DOCS-FOLDER: "."