Skip to content

Remove log.log_http_headers config and move log calls into submodules #292

Remove log.log_http_headers config and move log calls into submodules

Remove log.log_http_headers config and move log calls into submodules #292

Workflow file for this run

name: Check docs
on:
pull_request:
paths:
- "docs/**"
- ".github/workflows/check-docs.yml"
jobs:
main:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: npm ci
working-directory: docs
- name: Build documentation
run: npm run build
working-directory: docs