Update pymediainfo from 6.1.0 to 7.0.1 #1041
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |