Skip to content

Merge pull request #235 from Ombi-app/development #190

Merge pull request #235 from Ombi-app/development

Merge pull request #235 from Ombi-app/development #190

Workflow file for this run

name: Build and deploy docs
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force