Skip to content

Workflow file for this run

name: create_images
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup qmk
uses: actions/[email protected]
with:
python-version: 3.12
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install qmk
pip install keymap-drawer
- name: execute keyboard.py
run: |
python scripts/keyboard.py
- name: Upload svgs
uses: actions/upload-artifact@v4
with:
name: svgs
path: |
*.svg