Skip to content

Merge pull request #400 from bazarr/dependabot/pip/pymdown-extensions… #413

Merge pull request #400 from bazarr/dependabot/pip/pymdown-extensions…

Merge pull request #400 from bazarr/dependabot/pip/pymdown-extensions… #413

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