Skip to content

[requirements] Fix typos #40

[requirements] Fix typos

[requirements] Fix typos #40

Workflow file for this run

---
name: Build documentation
on:
push:
branches:
- documentation
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install git+https://${{ secrets.MKDOCS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install pillow cairosvg mkdocs-video mkdocs-git-authors-plugin mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force