Skip to content

Update

Update #21

Workflow file for this run

name: Resolutions - PUSH
on:
push:
branches: [ main ]
workflow_dispatch:
env:
BLENDERKIT_SERVER: 'https://devel.blenderkit.com'
BLENDERKIT_API_KEY: '${{ secrets.DEVEL_BLENDERKIT_API_KEY }}'
BLENDERS_PATH: '/home/headless/blenders'
MAX_ASSET_COUNT: 1
jobs:
RESOLUTIONS:
runs-on: ubuntu-latest
container: blenderkit/headless-blender:multi-version
steps:
- uses: actions/checkout@v2
- name: Install pip
run: sudo apt-get install python3-pip -y
- name: Install requirements
run: pip install -r requirements.txt
- name: Generate resolutions
run: python3 generate_resolutions.py