Skip to content

Bump ruff from 0.6.2 to 0.6.4 (#92) #117

Bump ruff from 0.6.2 to 0.6.4 (#92)

Bump ruff from 0.6.2 to 0.6.4 (#92) #117

Workflow file for this run

name: Build demo and check output
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- run: |
sudo apt-get update
sudo apt-get install ffmpeg
- run: make devinstall
- run: make demo
- uses: Cyb3r-Jak3/[email protected]
with:
root: demo/output/
css: false
log_level: INFO
- uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: demo/output
publish_branch: gh-pages
force_orphan: true