Skip to content

[TT-1570/TT-12607]document validating client certificates against rootCA #12458

[TT-1570/TT-12607]document validating client certificates against rootCA

[TT-1570/TT-12607]document validating client certificates against rootCA #12458

Workflow file for this run

name: Hugo build
on:
push:
branches:
- main
- master
- release-*
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.1'
extended: true
- name: Build
run: cd tyk-docs && hugo