Skip to content

Fixed the typo in clusterRatelimit filter docs (#2818) #57

Fixed the typo in clusterRatelimit filter docs (#2818)

Fixed the typo in clusterRatelimit filter docs (#2818) #57

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@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
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