Skip to content

docs: Add CORS configuration example to filters documentation (#3638) #127

docs: Add CORS configuration example to filters documentation (#3638)

docs: Add CORS configuration example to filters documentation (#3638) #127

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
with:
python-version: 3.x
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs mkdocs-material markdown-include
- run: mkdocs gh-deploy --force