Skip to content

Merge pull request #327 from tumb1er/hotfix/django-video-transcoding-326 #1045

Merge pull request #327 from tumb1er/hotfix/django-video-transcoding-326

Merge pull request #327 from tumb1er/hotfix/django-video-transcoding-326 #1045

Workflow file for this run

name: documentation
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11' # Pillow-9.5.0
- name: Generate documentation
run: |
pip install -r docs/requirements.txt
cd docs && make autodoc html