Skip to content

Merge pull request #397 from bazarr/dependabot/pip/pygments-2.19.1 #409

Merge pull request #397 from bazarr/dependabot/pip/pygments-2.19.1

Merge pull request #397 from bazarr/dependabot/pip/pygments-2.19.1 #409

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