Skip to content

validate that the request parameter exists #56

validate that the request parameter exists

validate that the request parameter exists #56

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install "mkdocs-material>=9.1.1,<9.2"
- run: mkdocs gh-deploy --force