Skip to content

Merge pull request #382 from bazarr/dependabot/github_actions/actions… #394

Merge pull request #382 from bazarr/dependabot/github_actions/actions…

Merge pull request #382 from bazarr/dependabot/github_actions/actions… #394

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