Skip to content

filters/ratelimit: apply ratelimitFailClosed regardless of the positi… #50

filters/ratelimit: apply ratelimitFailClosed regardless of the positi…

filters/ratelimit: apply ratelimitFailClosed regardless of the positi… #50

Workflow file for this run

name: docs-ci
permissions: {}
on:
workflow_dispatch:
push:
branches:
- 'master'
paths:
- 'docs/**'
jobs:
deploy:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
with:
python-version: 3.x
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs mkdocs-material markdown-include
- run: mkdocs gh-deploy --force