Skip to content

Merge pull request #390 from bazarr/dependabot/pip/mkdocs-material-9.… #403

Merge pull request #390 from bazarr/dependabot/pip/mkdocs-material-9.…

Merge pull request #390 from bazarr/dependabot/pip/mkdocs-material-9.… #403

Workflow file for this run

name: Deploy docs to GitHub Pages via mkdocs
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: 3.9
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force