Skip to content

add .readthedocs.yaml #74

add .readthedocs.yaml

add .readthedocs.yaml #74

Workflow file for this run

name: m5stack port
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'micropython/py/**'
- 'micropython/extmod/**'
- 'micropython/lib/**'
- 'micropython/drivers/**'
- 'm5stack/**'
jobs:
build_idf44:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Install packages
run: source tools/ci.sh && ci_esp32_idf44_setup
- name: Build
run: source tools/ci.sh && ci_esp32_build